Parcourir la source

If format changed

jimmy1993k il y a 11 ans
Parent
commit
4ff2ecc6d3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Service/GearmanCacheWrapper.php

+ 1 - 1
Service/GearmanCacheWrapper.php

@@ -265,7 +265,7 @@ class GearmanCacheWrapper
             /**
              * File is checked to be parsed
              */
-            if( strtolower( $file->getExtension() ) != 'php') {
+            if('php' !== strtolower($file->getExtension())) {
                 continue;
             }