Skip to content

Commit 2b77455

Browse files
authored
Update Storage.php
1 parent 384b5d0 commit 2b77455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Structural/DependencyInjection/Storage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
interface Storage
66
{
7-
public function save($email, $password): bool ;
7+
public function save(string $email, string $password): bool ;
88
}

0 commit comments

Comments
 (0)