Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Commit fd52886

Browse files
authored
Docblock fix
This argument is passed to `marshal` which expects a string, so it must be a string.
1 parent 1554f1f commit fd52886

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ServesFeaturesTrait.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ trait ServesFeaturesTrait
1313
/**
1414
* Serve the given feature with the given arguments.
1515
*
16-
* @param \Lucid\Foundation\AbstractFeature $feature
17-
* @param array $arguments
16+
* @param string $feature
17+
* @param array $arguments
1818
*
1919
* @return mixed
2020
*/

0 commit comments

Comments
 (0)