wiki.techinc.nl/tests/phpunit/data/messages/Messages_x-foo.php
Tim Starling d36ea70309 Fix some PHPStorm inspections (#1)
* Triple backslash in regex should really be quadruple backslash
* Using the returned value of a void method
* Immediately overwritten array keys
* Duplicate array keys
* Foreach variable reuse
* sprintf() with too many params
* Incorrect reference usage

Change-Id: I3c649b543c9561a1614058c50f3847f663ff04df
2023-03-25 00:19:33 +00:00

11 lines
219 B
PHP

<?php
/**
* This the test fixture for a message file in the Example Foo language (x-foo).
*/
$namespaceAliases = [
'Cat' => NS_USER,
'Cat_toots' => NS_USER_TALK,
'Dog' => NS_USER,
'Dog_woofs' => NS_USER_TALK,
];