Skip to content

Commit

Permalink
Add @codeCoverageIgnore to BaseSeed class
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Feb 8, 2015
1 parent 2fa3170 commit d0eb5c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/LazyRecord/BaseSeed.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<?php
namespace LazyRecord;

/**
* @codeCoverageIgnore
*/
abstract class BaseSeed
{
static function seed() { }
Expand Down

0 comments on commit d0eb5c1

Please sign in to comment.