Explorar el Código

Fix style of operator spaces

rugk hace 9 años
padre
commit
f628ac78f8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tst/ConfigurationTestGenerator.php

+ 1 - 1
tst/ConfigurationTestGenerator.php

@@ -469,7 +469,7 @@ EOT;
     private function _getFunction($step, $key, &$options, $preCode, $testCode)
     {
         if (count($testCode) == 0) {
-            echo "skipping creation of test$step$key, no valid tests found for configuration: $options". PHP_EOL;
+            echo "skipping creation of test$step$key, no valid tests found for configuration: $options" . PHP_EOL;
             return '';
         }