PhpStorm is highlighting the following namespace as an error.
<?php
namespace App\Http\Controllers\Public;
Error: Expected: identifier
In general. Are reserved keywords like public, function, class not acceptable for namespacing?
PhpStorm is highlighting the following namespace as an error.
<?php
namespace App\Http\Controllers\Public;
Error: Expected: identifier
In general. Are reserved keywords like public, function, class not acceptable for namespacing?