Completed
Push — master ( d3a0f4...2bcb40 )
by
unknown
13:18 queued 02:08
created
src/EloquentDriver.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Author: Nil Portugués Calderó <[email protected]>
4
- * Date: 11/21/15
5
- * Time: 4:46 PM.
6
- *
7
- * For the full copyright and license information, please view the LICENSE
8
- * file that was distributed with this source code.
9
- */
3
+     * Author: Nil Portugués Calderó <[email protected]>
4
+     * Date: 11/21/15
5
+     * Time: 4:46 PM.
6
+     *
7
+     * For the full copyright and license information, please view the LICENSE
8
+     * file that was distributed with this source code.
9
+     */
10 10
 
11 11
 namespace NilPortugues\Serializer\Drivers\Eloquent;
12 12
 
Please login to merge, or discard this patch.
src/Helper/RelationshipPropertyExtractor.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -53,8 +53,8 @@
 block discarded – undo
53 53
     ];
54 54
 
55 55
     /**
56
-     * @param $value
57
-     * @param $className
56
+     * @param Model $value
57
+     * @param string $className
58 58
      * @param ReflectionClass $reflection
59 59
      * @param Driver          $serializer
60 60
      *
Please login to merge, or discard this patch.
src/Driver.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Author: Nil Portugués Calderó <[email protected]>
4
- * Date: 11/21/15
5
- * Time: 3:44 PM.
6
- *
7
- * For the full copyright and license information, please view the LICENSE
8
- * file that was distributed with this source code.
9
- */
3
+     * Author: Nil Portugués Calderó <[email protected]>
4
+     * Date: 11/21/15
5
+     * Time: 3:44 PM.
6
+     *
7
+     * For the full copyright and license information, please view the LICENSE
8
+     * file that was distributed with this source code.
9
+     */
10 10
 
11 11
 namespace NilPortugues\Serializer\Drivers\Eloquent;
12 12
 
Please login to merge, or discard this patch.