Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
alecrabbit committed Apr 8, 2019
1 parent f8d627a commit e1febf0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Traits/StaticOnly.php
Expand Up @@ -4,6 +4,10 @@

trait StaticOnly
{
/**
* StaticOnly private constructor.
* @codeCoverageIgnore
*/
private function __construct()
{
}
Expand Down

0 comments on commit e1febf0

Please sign in to comment.