Skip to content

Commit 480fac4

Browse files
committed
Forgot to remove a "null" word in the execute function return hint there...
1 parent 39093ed commit 480fac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LdapSyncCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ public function configure(): void
241241
* @param InputInterface $input Input interface
242242
* @param OutputInterface $output Output interface
243243
*
244-
* @return int Error code, or null/zero for success
244+
* @return int Error code, or zero for success
245245
*/
246246
public function execute(InputInterface $input, OutputInterface $output): int
247247
{

0 commit comments

Comments
 (0)