Completed
Push — master ( 9b2e6a...8bb7e3 )
by Tim
8s
created
src/AppserverIo/Server/Contexts/StreamContext.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -53,8 +53,8 @@
 block discarded – undo
53 53
     /**
54 54
      * Returns an specific options in certain wrapper section
55 55
      *
56
-     * @param unknown $wrapper The wrapper section of the option
57
-     * @param unknown $option  The option key to get the value for
56
+     * @param string $wrapper The wrapper section of the option
57
+     * @param string $option  The option key to get the value for
58 58
      *
59 59
      * @return mixed The options value null if nothing exists
60 60
      */
Please login to merge, or discard this patch.
src/AppserverIo/Server/Loggers/DummyLogger.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -213,7 +213,7 @@
 block discarded – undo
213 213
     /**
214 214
      * Logs with an arbitrary level.
215 215
      *
216
-     * @param mixed  $level   The log level
216
+     * @param string  $level   The log level
217 217
      * @param string $message The message to log
218 218
      * @param array  $context The context for log
219 219
      *
Please login to merge, or discard this patch.
src/AppserverIo/Server/Sockets/StreamSocket.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -410,7 +410,7 @@
 block discarded – undo
410 410
     /**
411 411
      * Returns the connection resource
412 412
      *
413
-     * @return mixed
413
+     * @return resource
414 414
      */
415 415
     public function getConnectionResource()
416 416
     {
Please login to merge, or discard this patch.