Skip to content

Commit

Permalink
Update AmountPenceList.php
Browse files Browse the repository at this point in the history
  • Loading branch information
orzeuek authored Sep 8, 2016
1 parent 8f082dd commit f81c6f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/AmountPenceList.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

/**
* @author Rafał Orłowski <[email protected]>
*
* List of AmountPence objects
*/
class AmountPenceList extends ObjectList
{
Expand All @@ -19,4 +21,4 @@ public function accepts($value)
{
return $value instanceof AmountPence;
}
}
}

0 comments on commit f81c6f8

Please sign in to comment.