Completed
Push — master ( c9193b...892c06 )
by Marco
11:13
created
src/ChildishModel.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -209,7 +209,7 @@  discard block
 block discarded – undo
209 209
     /**
210 210
      * Begin querying the model.
211 211
      *
212
-     * @return \Childish\query\Builder
212
+     * @return ModelManager
213 213
      */
214 214
     public static function query()
215 215
     {
@@ -220,7 +220,7 @@  discard block
 block discarded – undo
220 220
      * getConnection
221 221
      *
222 222
      * @static
223
-     * @return mixed
223
+     * @return connection\Connection
224 224
      */
225 225
     public static function getTableConnection()
226 226
     {
Please login to merge, or discard this patch.