jimmy1993k пре 11 година
родитељ
комит
4ff2ecc6d3
1 измењених фајлова са 1 додато и 1 уклоњено
  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;
             }