Skip to content

Commit

Permalink
Remove PHP 7 requirement in constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Galloway committed Aug 9, 2016
1 parent 59c1646 commit d632664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Table.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Table
* @param EloquentTestCase $context
* @param string $name
*/
public function __construct($context, string $name)
public function __construct($context, $name)
{
$this->context = $context;
$this->name = $name;
Expand Down

0 comments on commit d632664

Please sign in to comment.