Skip to content

Commit

Permalink
fix: wrong return annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Jun 1, 2024
1 parent 6c290c0 commit 1544aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fractal.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function __construct(Manager $manager)
* @param null|callable|\League\Fractal\TransformerAbstract $transformer
* @param null|\League\Fractal\Serializer\SerializerAbstract $serializer
*
* @return \Spatie\Fractalistic\Fractal
* @return \Spatie\Fractal\Fractal
*/
public static function create($data = null, $transformer = null, $serializer = null)
{
Expand Down

0 comments on commit 1544aa9

Please sign in to comment.