Skip to content

Commit d632664

Browse files
author
Erik Galloway
committed
Remove PHP 7 requirement in constructor
1 parent 59c1646 commit d632664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/Table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Table
3939
* @param EloquentTestCase $context
4040
* @param string $name
4141
*/
42-
public function __construct($context, string $name)
42+
public function __construct($context, $name)
4343
{
4444
$this->context = $context;
4545
$this->name = $name;

0 commit comments

Comments
 (0)