Completed
Push — 2.0 ( 68a81d...dad0a3 )
by Raphaël
02:22 queued 01:10
created
src/AbstractZohoDao.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,6 +26,9 @@  discard block
 block discarded – undo
26 26
         $this->zohoClient = $zohoClient;
27 27
     }
28 28
 
29
+    /**
30
+     * @return string
31
+     */
29 32
     abstract protected function getModule();
30 33
     abstract protected function getSingularModuleName();
31 34
     abstract protected function getPluralModuleName();
@@ -297,7 +300,7 @@  discard block
 block discarded – undo
297 300
     }
298 301
 
299 302
     /**
300
-     * @param  $fieldName
303
+     * @param  string $fieldName
301 304
      * @return null|Field
302 305
      */
303 306
     public function getFieldFromFieldName($fieldName)
Please login to merge, or discard this patch.