We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c1646 commit d632664Copy full SHA for d632664
src/Database/Table.php
@@ -39,7 +39,7 @@ class Table
39
* @param EloquentTestCase $context
40
* @param string $name
41
*/
42
- public function __construct($context, string $name)
+ public function __construct($context, $name)
43
{
44
$this->context = $context;
45
$this->name = $name;
0 commit comments