Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Update phpDoc blocks
Browse files Browse the repository at this point in the history
Signed-off-by: Yoshi2889 <rick.2889@gmail.com>
  • Loading branch information
NanoSector committed Jul 26, 2017
1 parent d010642 commit 048460b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/FactoidPool.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@

class FactoidPool extends Collection
{
/**
* FactoidPool constructor.
*/
public function __construct()
{
parent::__construct(Types::instanceof(Factoid::class));
Expand Down

0 comments on commit 048460b

Please sign in to comment.