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 49a21e7 commit 90b2399Copy full SHA for 90b2399
src/Structural/DependencyInjection/UserStorage.php
@@ -9,7 +9,7 @@ protected function connectDb(): void
9
echo "Making connection to DB" . PHP_EOL;
10
}
11
12
- public function save($email, $password): bool
+ public function save(string $email, string $password): bool
13
{
14
$this->connectDb();
15
echo "Inserting new user record with email: {$email} and password {$password}";
0 commit comments