Browse Source

Fixing style errors.

stickler-ci 8 years ago
parent
commit
c259c72977
2 changed files with 3 additions and 2 deletions
  1. 2 1
      src/Shell/Task/AssetsTask.php
  2. 1 1
      tests/TestCase/Shell/Task/AssetsTaskTest.php

+ 2 - 1
src/Shell/Task/AssetsTask.php

@@ -60,7 +60,8 @@ class AssetsTask extends Shell
      * @return void
      * @since 3.5.11
      */
-    public function remove($name = null) {
+    public function remove($name = null)
+    {
         $plugins = $this->_list($name);
 
         foreach ($plugins as $plugin => $config) {

+ 1 - 1
tests/TestCase/Shell/Task/AssetsTaskTest.php

@@ -214,7 +214,7 @@ class AssetsTaskTest extends TestCase
     {
         if (DS === '\\') {
             $this->markTestSkipped(
-              "Can't test symlink removal on windows."
+                "Can't test symlink removal on windows."
             );
         }