Passed
Pull Request — master (#3)
by Felix
12:28 queued 09:59
created
src/Api/StatKeywords.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@  discard block
 block discarded – undo
122 122
 
123 123
     /**
124 124
      * @param $keyword
125
-     * @return mixed
125
+     * @return StatKeyword
126 126
      */
127 127
     protected function transformCreatedKeyword($keyword) {
128 128
 
@@ -139,7 +139,7 @@  discard block
 block discarded – undo
139 139
 
140 140
     /**
141 141
      * @param $keyword
142
-     * @return mixed
142
+     * @return StatKeyword
143 143
      */
144 144
     protected function transformListedKeyword($keyword) {
145 145
         $modifiedKeyword = new StatKeyword();
Please login to merge, or discard this patch.