Completed
Push — 2.1 ( 30a116 )
by
unknown
01:29
created
src/AbstractZohoDao.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
     /**
92 92
      * Returns a module from Zoho.
93 93
      *
94
-     * @return ZCRMModule
94
+     * @return \ZCRMModule
95 95
      */
96 96
     public function getZCRMModule()
97 97
     {
@@ -371,7 +371,7 @@  discard block
 block discarded – undo
371 371
     }
372 372
 
373 373
     /**
374
-     * @param  $fieldName
374
+     * @param  string $fieldName
375 375
      * @return null|Field
376 376
      */
377 377
     public function getFieldFromFieldName($fieldName)
Please login to merge, or discard this patch.
src/Service/EntitiesGeneratorService.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -442,6 +442,11 @@
 block discarded – undo
442 442
         return $str;
443 443
     }
444 444
 
445
+    /**
446
+     * @param string $name
447
+     * @param string $description
448
+     * @param string $type
449
+     */
445 450
     private static function registerProperty(PhpClass $class, $name, $description, $type, $nullable = false)
446 451
     {
447 452
         if (!$class->hasProperty($name)) {
Please login to merge, or discard this patch.