Branch: refs/heads/master
Home: https://github.com/phpmyadmin/motranslator
Commit: eec177ac75049b647b91cf47b5dba2e74c10e73d
https://github.com/phpmyadmin/motranslator/commit/eec177ac75049b647b91cf47b…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-03-09 (Thu, 03 March 2023) -03:00
Changed paths:
M phpcs.xml.dist
M src/Loader.php
M src/MoParser.php
M tests/TranslatorTest.php
Log Message:
-----------
Use union type declaration for nullable types
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/motranslator
Commit: ac437fcb308ac8218856de19ad9ed894c063c3ce
https://github.com/phpmyadmin/motranslator/commit/ac437fcb308ac8218856de19a…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-03-09 (Thu, 03 March 2023) -03:00
Changed paths:
M composer.json
M phpcs.xml.dist
M src/Cache/GetAllInterface.php
M src/Cache/InMemoryCache.php
M src/MoParser.php
M src/StringReader.php
M src/Translator.php
M tests/Cache/ApcuCacheFactoryTest.php
M tests/Cache/ApcuCacheTest.php
M tests/Cache/InMemoryCacheTest.php
M tests/LoaderTest.php
M tests/MoFilesTest.php
M tests/PluralFormulaTest.php
M tests/PluralTest.php
Log Message:
-----------
Fix code spacing issues
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: fd8a3e2fce6acf143c59e943dbde16ee3fa8b800
https://github.com/phpmyadmin/motranslator/commit/fd8a3e2fce6acf143c59e943d…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-03-09 (Thu, 03 March 2023) -03:00
Changed paths:
M benchmark-context.php
M benchmark-plural.php
M benchmark.php
M phpcs.xml.dist
M src/Cache/ApcuCache.php
M src/Loader.php
M src/Translator.php
M tests/Cache/ApcuCacheTest.php
M tests/FunctionsTest.php
M tests/LoaderTest.php
M tests/MoFilesTest.php
M tests/PluralFormulaTest.php
M tests/PluralTest.php
Log Message:
-----------
Add trailing commas to functions
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>