From 1566b93bb7a2ce0ad2629d5a7fdfefe64b126be8 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Fri, 21 Sep 2012 10:08:31 -0500 Subject: [PATCH] CS fixes - 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. --- src/Debug.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Debug.php b/src/Debug.php index fefae2b..5e4e242 100644 --- a/src/Debug.php +++ b/src/Debug.php @@ -65,7 +65,7 @@ public static function setEscaper(Escaper $escaper) { static::$escaper = $escaper; } - + /** * Get Escaper instance *