2de32ebb创建于 2025年10月30日历史提交
文件最后提交记录最后更新时间
Tackle some mixed types 11 个月前
Use short array syntax 4 年前
Skip loading required and packaged commands when a "protected" command is being executed. "Protected" commands are commands that should always work, irrespective of the extensions that have been loaded/specified. To implement this, I created a new state object that is passed from bootstrap step to bootstrap step. The only key that it currently knows about is `BootstrapState::IS_PROTECTED_COMMAND`, which can be used from within other bootstrap steps to conditionally skip their behaviour. 8 年前
Merge branch 'main' into patch-1 6 个月前
Check for root earlier 1 年前
Skip loading required and packaged commands when a "protected" command is being executed. "Protected" commands are commands that should always work, irrespective of the extensions that have been loaded/specified. To implement this, I created a new state object that is passed from bootstrap step to bootstrap step. The only key that it currently knows about is `BootstrapState::IS_PROTECTED_COMMAND`, which can be used from within other bootstrap steps to conditionally skip their behaviour. 8 年前
Allow disabling of ini_set 5 年前
Skip loading required and packaged commands when a "protected" command is being executed. "Protected" commands are commands that should always work, irrespective of the extensions that have been loaded/specified. To implement this, I created a new state object that is passed from bootstrap step to bootstrap step. The only key that it currently knows about is `BootstrapState::IS_PROTECTED_COMMAND`, which can be used from within other bootstrap steps to conditionally skip their behaviour. 8 年前
Add `void` return type to private methods 10 个月前
Update IncludeFallbackAutoloader.php2 年前
Remove Symfony Finder from autoloader mappings Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com> 6 个月前
Improve imports 4 年前
Add `void` return type to private methods 10 个月前
Skip loading required and packaged commands when a "protected" command is being executed. "Protected" commands are commands that should always work, irrespective of the extensions that have been loaded/specified. To implement this, I created a new state object that is passed from bootstrap step to bootstrap step. The only key that it currently knows about is `BootstrapState::IS_PROTECTED_COMMAND`, which can be used from within other bootstrap steps to conditionally skip their behaviour. 8 年前
PHPStan level 9 11 个月前
Add `void` return type to private methods 10 个月前
PHPStan level 9 11 个月前
Skip loading required and packaged commands when a "protected" command is being executed. "Protected" commands are commands that should always work, irrespective of the extensions that have been loaded/specified. To implement this, I created a new state object that is passed from bootstrap step to bootstrap step. The only key that it currently knows about is `BootstrapState::IS_PROTECTED_COMMAND`, which can be used from within other bootstrap steps to conditionally skip their behaviour. 8 年前
Improve imports 4 年前
PHPStan level 7 1 年前
Skip loading required and packaged commands when a "protected" command is being executed. "Protected" commands are commands that should always work, irrespective of the extensions that have been loaded/specified. To implement this, I created a new state object that is passed from bootstrap step to bootstrap step. The only key that it currently knows about is `BootstrapState::IS_PROTECTED_COMMAND`, which can be used from within other bootstrap steps to conditionally skip their behaviour. 8 年前
Improve imports 4 年前
Reorder imports 4 年前
Reorder imports 4 年前