Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Scherer committed Mar 10, 2016
1 parent 5f1717a commit 929715f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions PSR2R/Tools/Traits/CommentingTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ protected function hasInheritDoc(PHP_CodeSniffer_File $phpCsFile, $docBlockStart
* @param array $docBlockTypes
* @return bool
*/
protected function isOfTypeArray($docBlockTypes)
{
protected function isOfTypeArray($docBlockTypes) {
foreach ($docBlockTypes as $docBlockType) {
if (strpos($docBlockType, '[]') !== false) {
return true;
Expand Down

0 comments on commit 929715f

Please sign in to comment.