Skip to content

Commit

Permalink
Merge pull request #11 from zachleigh/analysis-86GEnN
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
zachleigh authored Jan 29, 2017
2 parents c649d4a + 10dc9a9 commit eca481f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/BundleItems/BundleItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,6 @@ protected function getNamespacedKey($key)
} elseif ($keyArray[0] === $this->getNamespace()) {
return $keyArray[1];
}

return null;
}

/**
Expand Down
4 changes: 2 additions & 2 deletions src/Commands/MakeNewBundleFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ public function handle()
/**
* Create file from stub.
*
* @param string $path
* @param string $filename
* @param string $path
* @param string $filename
*/
protected function createFile($path, $filename)
{
Expand Down

0 comments on commit eca481f

Please sign in to comment.