Преглед изворни кода

File is checked to be parsed

Tabular indentation changed to spaces, changed the description
jimmy1993k пре 11 година
родитељ
комит
1077751b76
1 измењених фајлова са 7 додато и 6 уклоњено
  1. 7 6
      Service/GearmanCacheWrapper.php

+ 7 - 6
Service/GearmanCacheWrapper.php

@@ -262,12 +262,13 @@ class GearmanCacheWrapper
          */
          */
         foreach ($finder as $file) {
         foreach ($finder as $file) {
             
             
-			/**
-			 * Check if the file is a php file else go to next file
-			 */
-			if( strtolower( $file->getExtension() ) != 'php')
-				continue;
-				
+            /**
+             * File is checked to be parsed
+             */
+            if( strtolower( $file->getExtension() ) != 'php') {
+                continue;
+            }
+            
             /**
             /**
              * File is accepted to be parsed
              * File is accepted to be parsed
              */
              */