Browse Source

Coding standards fix.

Mark Story 11 years ago
parent
commit
cc12c4c30e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Shell/Task/ExtractTask.php

+ 1 - 1
src/Shell/Task/ExtractTask.php

@@ -431,7 +431,7 @@ class ExtractTask extends Shell
                         $details['msgctxt'] = $context;
                     }
                     $this->_addTranslation($domain, $singular, $details);
-                } else if (strpos($this->_file, CAKE_CORE_INCLUDE_PATH) === false) {
+                } elseif (strpos($this->_file, CAKE_CORE_INCLUDE_PATH) === false) {
                     $this->_markerError($this->_file, $line, $functionName, $count);
                 }
             }