]> git.mxchange.org Git - friendica.git/commit
Add missing return
authorArt4 <art4@wlabs.de>
Tue, 5 Nov 2024 11:52:23 +0000 (11:52 +0000)
committerArt4 <art4@wlabs.de>
Tue, 5 Nov 2024 11:52:23 +0000 (11:52 +0000)
commit01ba276455b8ce47b67adada7e02f0f5749b9ab8
treed8aaf744081db6879bd223d0d3237b3d1a66e284
parentbf04b3e57d6532a7139ea88d5315dc40a835094a
Add missing return

This needs some refactoring: returning nothing implicit returns null, thas will be convert to int 0.
I return false instead of nothing to keep this behaviour for BC.
src/Console/User.php