Completed
Branch master (6a5cf4)
by Pierre-Henry
34:21
created
_protected/framework/Server/Server.class.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@
 block discarded – undo
140 140
     /**
141 141
      * Check if Apache's mod_rewrite is installed.
142 142
      *
143
-     * @return bool
143
+     * @return null|boolean
144 144
      */
145 145
     public static function isRewriteMod()
146 146
     {
Please login to merge, or discard this patch.
_protected/framework/Mvc/Router/FrontController.class.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -585,7 +585,7 @@
 block discarded – undo
585 585
      * @param DOMElement $oRoute
586 586
      * @param array $aMatches
587 587
      *
588
-     * @return bool
588
+     * @return integer
589 589
      */
590 590
     private function isRewrittenUrl(DOMElement $oRoute, &$aMatches)
591 591
     {
Please login to merge, or discard this patch.