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 c6df37b commit fdec2b9Copy full SHA for fdec2b9
1 file changed
tests/table.test.php
@@ -59,6 +59,7 @@
59
$this->fail(json_encode($auth->errors()));
60
}
61
62
+ // TODO: $response is a bool, not a bool|array
63
$response = $auth->update([
64
'username' => 'test-user55',
65
'email' => 'test-user55@example.com',
0 commit comments