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

Commit

Permalink
CS fixes
Browse files Browse the repository at this point in the history
- Changes in php-cs-fixer resulted in a majority of ZF2 files failing due to EOF
  differences. Ran the tool over all files in tests and library, and updated the
  Zend\View\Helper\Navigation\Sitemap tests to make them more robust in
  expectations regarding EOF characters.
  • Loading branch information
weierophinney committed Sep 21, 2012
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/SignalHandlers/ObjectCallback.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,3 @@ public static function test()
return 'bar';
}
}


0 comments on commit 74ca437

Please sign in to comment.