Completed
Pull Request — master (#46)
by
unknown
11:14
created
src/models/Answer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
     }
78 78
 
79 79
     /**
80
-     * @return array
80
+     * @return string[]
81 81
      */
82 82
     public function attributes()
83 83
     {
Please login to merge, or discard this patch.
src/models/Thread.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
     }
78 78
 
79 79
     /**
80
-     * @return array
80
+     * @return string[]
81 81
      */
82 82
     public function attributes()
83 83
     {
Please login to merge, or discard this patch.