Skip to content

Commit 91f52a4

Browse files
authored
Update bin/surf
1 parent 22ef2a1 commit 91f52a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/surf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ foreach ($commandNamesToHide as $commandNameToHide) {
3131
$commandToHide->setHidden(true);
3232
}
3333

34-
if(class_exists(SelfUpdateManager::class)){
34+
if (class_exists(SelfUpdateManager::class)) {
3535
$selfUpdateManager = new SelfUpdateManager('TYPO3 Surf', $application->getVersion(), 'typo3/surf');
3636
$selfUpdateCommand = new SelfUpdateCommand($selfUpdateManager);
3737
} else {

0 commit comments

Comments
 (0)