Completed
Push — master ( 748128...d6ec96 )
by Mikael
01:59
created
src/Route/CRouterBasic.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,6 @@
 block discarded – undo
92 92
      * Add an internal (not exposed to url-matching) route to the router.
93 93
      *
94 94
      * @param string $rule   for this route
95
-     * @param mixed  $action null, string or callable to implement a controller for the route
96 95
      *
97 96
      * @return class as new route
98 97
      */
Please login to merge, or discard this patch.
src/Session/CSession.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,6 @@
 block discarded – undo
32 32
     /**
33 33
      * Start session.
34 34
      *
35
-     * @param array $options to configure options.
36 35
      */
37 36
     public function start()
38 37
     {
Please login to merge, or discard this patch.
src/Request/CRequestBasic.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -240,7 +240,7 @@
 block discarded – undo
240 240
      * @param string $key     to check if it exists in the $_SERVER variable
241 241
      * @param string $default value to return as default
242 242
      *
243
-     * @return mixed
243
+     * @return string
244 244
      */
245 245
     public function getServer($key, $default = null)
246 246
     {
Please login to merge, or discard this patch.