Passed
Push — master ( 6042d7...377078 )
by Mihail
04:38
created
Apps/ActiveRecord/App.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
 
49 49
     /**
50 50
      * @deprecated
51
-     * @return \Illuminate\Database\Eloquent\Collection|mixed
51
+     * @return \Illuminate\Database\Eloquent\Collection
52 52
      * @throws SyntaxException
53 53
      */
54 54
     public static function getAll()
@@ -78,7 +78,7 @@  discard block
 block discarded – undo
78 78
      * Get single row by defined type and sys_name with query caching
79 79
      * @param string $type
80 80
      * @param string|array $sys_name
81
-     * @return mixed|null
81
+     * @return App
82 82
      * @throws SyntaxException
83 83
      */
84 84
     public static function getItem($type, $sys_name)
Please login to merge, or discard this patch.
Apps/Model/Admin/Comments/FormCommentUpdate.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 
20 20
     /**
21 21
      * FormCommentUpdate constructor. Pass record inside the model.
22
-     * @param \Apps\ActiveRecord\CommentPost|\Apps\ActiveRecord\CommentAnswer $record
22
+     * @param \Ffcms\Core\Arch\ActiveModel $record
23 23
      */
24 24
     public function __construct($record, $type = 'comment')
25 25
     {
Please login to merge, or discard this patch.
Apps/Model/Admin/Content/FormContentPublish.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
 
18 18
     /**
19 19
      * FormContentPublish constructor. Pass records inside
20
-     * @param Content[]|Collection $records
20
+     * @param \Ffcms\Core\Arch\ActiveModel $records
21 21
      */
22 22
     public function __construct($records)
23 23
     {
Please login to merge, or discard this patch.