We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e3b12a commit ff6a042Copy full SHA for ff6a042
src/Ubiquity/devtools/cmd/Command.php
@@ -557,7 +557,7 @@ public static function newClass() {
557
"new:class",
558
"class"
559
], [
560
- "p" => Parameter::create("parent", "The class parent.")
+ "p" => Parameter::create("parent", "The class parent.",[])
561
562
'Creates a new class' => 'Ubiquity class services.OrgaRepository'
563
], 'controllers');
src/Ubiquity/devtools/debug/Debug.php
0 commit comments