Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/cs' into develop
Browse files Browse the repository at this point in the history
Fixes failing php-cs-fixer notices
  • Loading branch information
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion test/Adapter/DbTableTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -369,4 +369,3 @@ protected function _setupAuthAdapter()
}

}

2 changes: 1 addition & 1 deletion test/Adapter/Http/TestAsset/BasicAuthObjectResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ public function resolve($username, $realm, $password = null)
array('Authentication failed.')
);
}
}
}

0 comments on commit 30f7828

Please sign in to comment.