We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22ef2a1 commit 91f52a4Copy full SHA for 91f52a4
bin/surf
@@ -31,7 +31,7 @@ foreach ($commandNamesToHide as $commandNameToHide) {
31
$commandToHide->setHidden(true);
32
}
33
34
-if(class_exists(SelfUpdateManager::class)){
+if (class_exists(SelfUpdateManager::class)) {
35
$selfUpdateManager = new SelfUpdateManager('TYPO3 Surf', $application->getVersion(), 'typo3/surf');
36
$selfUpdateCommand = new SelfUpdateCommand($selfUpdateManager);
37
} else {
0 commit comments