Passed
Push — master ( e5ef53...8f2fe5 )
by
unknown
17:09
created
typo3/sysext/core/Classes/Service/OpcodeCacheService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
                 'active' => extension_loaded('Zend OPcache') && ini_get('opcache.enable') === '1',
36 36
                 'version' => phpversion('Zend OPcache'),
37 37
                 'warning' => self::isClearable() ? false : 'Either opcache_invalidate or opcache_reset are disabled in this installation. Clearing will not work.',
38
-                'clearCallback' => static function ($fileAbsPath) {
38
+                'clearCallback' => static function($fileAbsPath) {
39 39
                     if (self::isClearable()) {
40 40
                         if ($fileAbsPath !== null) {
41 41
                             opcache_invalidate($fileAbsPath);
Please login to merge, or discard this patch.