File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 88 },
99 "autoload" : {
1010 "psr-4" : {
11- "Battye \\ ArrayParser \\ " : " src"
11+ "battye \\ array_parser \\ " : " src"
1212 }
1313 },
1414 "require-dev" : {
1515 "symfony/phpunit-bridge" : " ^4.1"
1616 }
17- }
17+ }
Original file line number Diff line number Diff line change 55 * Modified by battye, originally from: http://jsteemann.github.io/blog/2015/06/16/parsing-php-arrays-with-php/
66 */
77
8- namespace Battye \ ArrayParser ;
8+ namespace battye \ array_parser ;
99
1010class parser
1111{
Original file line number Diff line number Diff line change 55 * Modified by battye, originally from: http://jsteemann.github.io/blog/2015/06/16/parsing-php-arrays-with-php/
66 */
77
8- namespace Battye \ ArrayParser ;
8+ namespace battye \ array_parser ;
99
1010class tokens
1111{
Original file line number Diff line number Diff line change 44 * Files in the files/ directory are straight copies of files from phpBB with varying complexity of arrays.
55 */
66
7- use Battye \ ArrayParser \parser ;
8- use Battye \ ArrayParser \tokens ;
7+ use battye \ array_parser \parser ;
8+ use battye \ array_parser \tokens ;
99
1010class ArrayParserTest extends \PHPUnit \Framework \TestCase
1111{
You can’t perform that action at this time.
0 commit comments