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

Commit

Permalink
Docblock fix
Browse files Browse the repository at this point in the history
This argument is passed to `marshal` which expects a string, so it must be a string.
  • Loading branch information
bjdelange authored Jul 3, 2017
1 parent 1554f1f commit fd52886
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ServesFeaturesTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ trait ServesFeaturesTrait
/**
* Serve the given feature with the given arguments.
*
* @param \Lucid\Foundation\AbstractFeature $feature
* @param array $arguments
* @param string $feature
* @param array $arguments
*
* @return mixed
*/
Expand Down

0 comments on commit fd52886

Please sign in to comment.