Completed
Push — 2.2 ( 5e40ae...2d418d )
by
unknown
01:27
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
@@ -488,6 +488,11 @@
 block discarded – undo
488 488
         return $str;
489 489
     }
490 490
 
491
+    /**
492
+     * @param string|null $name
493
+     * @param string $description
494
+     * @param string $type
495
+     */
491 496
     private static function registerProperty(PhpClass $class, $name, $description, $type, $nullable = false)
492 497
     {
493 498
         if (!$class->hasProperty($name)) {
Please login to merge, or discard this patch.