Skip to content

Commit

Permalink
fix docblock (#26678)
Browse files Browse the repository at this point in the history
  • Loading branch information
chapeupreto authored and taylorotwell committed Nov 30, 2018
1 parent d0e1331 commit fdc00c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Illuminate/Database/Eloquent/FactoryBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,8 @@ protected function makeInstance(array $attributes = [])
* @param array $definition
* @param array $attributes
* @return array
*
* @throws \InvalidArgumentException
*/
protected function applyStates(array $definition, array $attributes = [])
{
Expand Down

0 comments on commit fdc00c1

Please sign in to comment.