This repository was archived by the owner on Jul 24, 2023. It is now read-only.
Commit da5deed
authored
Update SyncPassword.php
The config states that `column` should be set to null if there is no password column. Since PHP 7.0 doesn't support nullable return types, we can't type hint the return from this method.
Config reference:
https://github.com/Adldap2/Adldap2-Laravel/blob/3e118ce82c7fb8d90d7fedfe331c825a5812e904/src/Config/auth.php#L2141 parent 3e118ce commit da5deed
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
0 commit comments