Browse Source

use spaces for indentation

antograssiot 10 years ago
parent
commit
37d33e8ad7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/test_app/Plugin/TestPluginTwo/src/Shell/ExampleShell.php

+ 1 - 1
tests/test_app/Plugin/TestPluginTwo/src/Shell/ExampleShell.php

@@ -41,6 +41,6 @@ class ExampleShell extends Shell
      */
     public function say_hello()
     {
-    	$this->out('Hello from the TestPluginTwo.ExampleShell');
+        $this->out('Hello from the TestPluginTwo.ExampleShell');
     }
 }