Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
dd46184f50cff0805dbf9fbbdb9df331ee6fcd54
wp-cli
/
php
/
WP_CLI
/
Bootstrap
下载当前目录
C
copilot-swe-agent[bot]
Remove Symfony Finder from autoloader mappings
2de32ebb
创建于
2025年10月30日
历史提交
文件
最后提交记录
最后更新时间
AutoloaderStep.php
Tackle some mixed types
11 个月前
BootstrapState.php
Use short array syntax
4 年前
BootstrapStep.php
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 年前
CheckRoot.php
Merge branch 'main' into patch-1
6 个月前
ConfigureRunner.php
Check for root earlier
1 年前
DeclareAbstractBaseCommand.php
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 年前
DeclareFallbackFunctions.php
Allow disabling of ini_set
5 年前
DeclareMainClass.php
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 年前
DefineProtectedCommands.php
Add `void` return type to private methods
10 个月前
IncludeFallbackAutoloader.php
Update IncludeFallbackAutoloader.php
2 年前
IncludeFrameworkAutoloader.php
Remove Symfony Finder from autoloader mappings Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
6 个月前
IncludePackageAutoloader.php
Improve imports
4 年前
IncludeRequestsAutoloader.php
Add `void` return type to private methods
10 个月前
InitializeColorization.php
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 年前
InitializeContexts.php
PHPStan level 9
11 个月前
InitializeLogger.php
Add `void` return type to private methods
10 个月前
LaunchRunner.php
PHPStan level 9
11 个月前
LoadDispatcher.php
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 年前
LoadExecCommand.php
Improve imports
4 年前
LoadRequiredCommand.php
PHPStan level 7
1 年前
LoadUtilityFunctions.php
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 年前
RegisterDeferredCommands.php
Improve imports
4 年前
RegisterFrameworkCommands.php
Reorder imports
4 年前
RunnerInstance.php
Reorder imports
4 年前