瀏覽代碼

If format changed

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;
             }