Completed
Push — master ( 0326f5...bed48d )
by Kamil
02:37
created
src/Socket/Socket.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -98,9 +98,9 @@  discard block
 block discarded – undo
98 98
     private $cachedEndpoint = [];
99 99
 
100 100
     /**
101
-     * @param string|resource $endpointOrResource
101
+     * @param resource $endpointOrResource
102 102
      * @param LoopInterface $loop
103
-     * @param mixed[] $config
103
+     * @param string[] $config
104 104
      * @throws InstantiationException
105 105
      */
106 106
     public function __construct($endpointOrResource, LoopInterface $loop, $config = [])
@@ -479,7 +479,7 @@  discard block
 block discarded – undo
479 479
     /**
480 480
      * Configure config variable.
481 481
      *
482
-     * @param $configKey
482
+     * @param string $configKey
483 483
      */
484 484
     private function configureVariable($configKey)
485 485
     {
Please login to merge, or discard this patch.
src/Socket/SocketListener.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -539,7 +539,7 @@
 block discarded – undo
539 539
     /**
540 540
      * Configure static key
541 541
      *
542
-     * @param $configKey
542
+     * @param string $configKey
543 543
      */
544 544
     private function configureVariable($configKey)
545 545
     {
Please login to merge, or discard this patch.