Passed
Push — master ( 10220a...9ad793 )
by Mihail
05:11
created
Apps/Model/Console/ArchBuilder.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -10,6 +10,10 @@
 block discarded – undo
10 10
 {
11 11
     public $message;
12 12
 
13
+    /**
14
+     * @param string $name
15
+     * @param string $type
16
+     */
13 17
     public function createObject($name, $type)
14 18
     {
15 19
         $singleName = false;
Please login to merge, or discard this patch.
Apps/Model/Front/Feedback/FormAnswerAdd.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
 
26 26
     /**
27 27
      * FormAnswerAdd constructor. Pass active record of comment post and user id
28
-     * @param $recordPost
28
+     * @param \Ffcms\Core\Arch\ActiveModel $recordPost
29 29
      * @param int $userId
30 30
      */
31 31
     public function __construct($recordPost, $userId = 0)
Please login to merge, or discard this patch.
Extend/Core/Arch/FrontWidget.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
     /**
34 34
      * Check if widget is enabled
35 35
      * @param string|null $name
36
-     * @return bool
36
+     * @return null|boolean
37 37
      */
38 38
     public static function enabled($name = null)
39 39
     {
Please login to merge, or discard this patch.