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 384b5d0 commit 2b77455Copy full SHA for 2b77455
src/Structural/DependencyInjection/Storage.php
@@ -4,5 +4,5 @@
4
5
interface Storage
6
{
7
- public function save($email, $password): bool ;
+ public function save(string $email, string $password): bool ;
8
}
0 commit comments