Passed
Push — master ( 33f609...c06473 )
by Radosław
02:27
created
src/Field.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -142,7 +142,6 @@
 block discarded – undo
142 142
 
143 143
     /**
144 144
      * Detect type of range passed as argument (int, float, date)
145
-     * @param array $value value to detect type of
146 145
      */
147 146
     protected function setValueRangeAutodetect(array $range)
148 147
     {
Please login to merge, or discard this patch.
src/Auction.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
 
22 22
     /**
23 23
      * Sets photos for auction
24
-     * @param array $photos array of photo file paths
24
+     * @param string[] $photos array of photo file paths
25 25
      */
26 26
     public function setPhotos(array $photos)
27 27
     {
Please login to merge, or discard this patch.
src/HelperFactory/HelperFactory.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -11,6 +11,9 @@
 block discarded – undo
11 11
 {
12 12
     protected $config = null;
13 13
 
14
+    /**
15
+     * @return \SoapClient
16
+     */
14 17
     abstract protected function getSoapClient();
15 18
 
16 19
     protected function setConfig($configArray)
Please login to merge, or discard this patch.