Passed
Push — master ( c405d6...3b51f5 )
by Aimeos
06:44
created
ext_tables.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -60,8 +60,8 @@
 block discarded – undo
60 60
 	$signalSlotDispatcher = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance( 'TYPO3\\CMS\\Extbase\\SignalSlot\\Dispatcher' );
61 61
 
62 62
 	/**
63
-	* Execute the setup tasks automatically to create the required tables
64
-	*/
63
+	 * Execute the setup tasks automatically to create the required tables
64
+	 */
65 65
 	$signalSlotDispatcher->connect(
66 66
 		'TYPO3\\CMS\\Extensionmanager\\Service\\ExtensionManagementService',
67 67
 		'hasInstalledExtensions', // @deprecated, use "afterExtensionInstall" in TYPO3 10+ and PSR Events in 11+
Please login to merge, or discard this patch.