Completed
Branch master (1c45ce)
by Pierre-Henry
32:38
created
_protected/framework/Navigation/Browser.class.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
     /**
78 78
      * Are we capable to receive gzipped data?
79 79
      *
80
-     * @return string|boolean Returns the encoding if it is accepted, false otherwise. Maybe additional check for Mac OS...
80
+     * @return false|string Returns the encoding if it is accepted, false otherwise. Maybe additional check for Mac OS...
81 81
      */
82 82
     public function encoding()
83 83
     {
@@ -144,7 +144,7 @@  discard block
 block discarded – undo
144 144
     }
145 145
 
146 146
     /**
147
-     * @return string|null The HTTP User Agent is it exists, otherwise the NULL value.
147
+     * @return string The HTTP User Agent is it exists, otherwise the NULL value.
148 148
      */
149 149
     public function getUserAgent()
150 150
     {
Please login to merge, or discard this patch.