silverstripe-framework/src/Core
Fred Condo f670eb4980 Correct declaration of variadic $args to mixed
Declaring as array confuses static analyzers, specifically phan, which
throws PhanTypeMismatchArgument for every invocation of
Injectable::create(). Correcting this declaration in the doc block
prevents all those false positives.
2022-06-09 14:27:42 -07:00
..
Cache MNT Fix various typos with codespell (#10177) 2021-12-13 21:05:33 +13:00
Config ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
Injector Correct declaration of variadic $args to mixed 2022-06-09 14:27:42 -07:00
Manifest ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
Startup ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
Application.php API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
BaseKernel.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
ClassInfo.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
Convert.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
CoreKernel.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
CustomMethods.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
DatabaselessKernel.php NEW NullDatabase (#10016) 2022-02-04 10:07:27 +13:00
Environment.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
EnvironmentLoader.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
Extensible.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
Extension.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
Flushable.php API Stronger Injector service unregistration 2017-06-27 13:32:39 +12:00
Kernel.php API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
Path.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
Resettable.php API Substitute Zend_Currency with NumberFormatter based solution 2017-02-09 15:28:59 +13:00
TempFolder.php Fix error when `posix_getpwuid` returns false 2022-05-04 09:05:19 +12:00