@@ -1,12 +1,12 @@ |
||
| 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 | |
@@ -53,8 +53,8 @@ |
||
| 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 | * |