Completed
Push — v3 ( c56505...8500cf )
by Austin
03:33
created
src/GameQ/Protocols/Ut3.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 
19 19
 namespace GameQ\Protocols;
20 20
 
21
-use GameQ\Buffer;
22 21
 use GameQ\Result;
23 22
 
24 23
 /**
Please login to merge, or discard this patch.
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -123,8 +123,8 @@
 block discarded – undo
123 123
     /**
124 124
      * Dirty hack to delete result items
125 125
      *
126
-     * @param array $result
127
-     * @param array $array
126
+     * @param array string[]
127
+     * @param string[] $array
128 128
      */
129 129
     protected function deleteResult(array &$result, array $array)
130 130
     {
Please login to merge, or discard this patch.