Skip to content

Commit 90b2399

Browse files
authored
Update UserStorage.php
1 parent 49a21e7 commit 90b2399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Structural/DependencyInjection/UserStorage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ protected function connectDb(): void
99
echo "Making connection to DB" . PHP_EOL;
1010
}
1111

12-
public function save($email, $password): bool
12+
public function save(string $email, string $password): bool
1313
{
1414
$this->connectDb();
1515
echo "Inserting new user record with email: {$email} and password {$password}";

0 commit comments

Comments
 (0)