You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
..../dokuwiki/lib/plugins/indexmenu$ ../../../bin/plugin.php dev addTest
PHP Deprecated: ucfirst(): Passing null to parameter #1 ($string) of type string is deprecated in /home/gerrit/Sites/dokuwiki/dokuwiki/lib/plugins/dev/Skeletor.php on line 165
✓ .github/workflows/dokuwiki.yml created
✓ _test/GeneralTest.php created
dokuwiki-plugin-dev/cli.php
Lines 90 to 92 in 7c3b7a0
dokuwiki-plugin-dev/cli.php
Lines 286 to 289 in 7c3b7a0
dokuwiki-plugin-dev/Skeletor.php
Line 165 in 7c3b7a0
Probably the $this->args array which is used in cli.php is empty, and therefore resulting in a null. An option is casting to string?
The text was updated successfully, but these errors were encountered: