Completed
Push — master ( fabb3f...b6bba9 )
by Sergey
04:46
created
src/EndPoints/EndpointsContainer.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
     }
124 124
 
125 125
     /**
126
-     * @param $method
126
+     * @param string $method
127 127
      * @return bool
128 128
      */
129 129
     protected function isRequestSetter($method)
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace seregazhuk\HeadHunterApi\EndPoints;
4 4
 
5
-use ReflectionClass;
6 5
 use seregazhuk\HeadHunterApi\Request;
7 6
 use seregazhuk\HeadHunterApi\Exceptions\HeadHunterApiException;
8 7
 use seregazhuk\HeadHunterApi\Exceptions\WrongEndPointException;
Please login to merge, or discard this patch.