Skip to content

Commit

Permalink
Fixing style errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
stickler-ci committed Jan 19, 2018
1 parent dc1ebe8 commit c259c72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/Shell/Task/AssetsTask.php
Expand Up @@ -60,7 +60,8 @@ public function copy($name = null)
* @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) {
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase/Shell/Task/AssetsTaskTest.php
Expand Up @@ -214,7 +214,7 @@ public function testRemoveSymlink()
{
if (DS === '\\') {
$this->markTestSkipped(
"Can't test symlink removal on windows."
"Can't test symlink removal on windows."
);
}

Expand Down

0 comments on commit c259c72

Please sign in to comment.