Skip to content

Commit

Permalink
TASK: Fix order of doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign authored Nov 5, 2023
1 parent 85f811c commit b7abfbc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ class NodeTypesCommandController extends CommandController
* Shows the merged configuration (including supertypes) of a NodeType
*
* @param string $nodeTypeName The name of the NodeType to show
* @param ?int $level Truncate the configuration at this depth and show '...' (Usefully for only seeing the keys of the properties)
* @param ?string $path Path of the NodeType-configuration which will be shown
* @param string $path Path of the NodeType-configuration which will be shown
* @param int $level Truncate the configuration at this depth and show '...' (Usefully for only seeing the keys of the properties)
*/
public function showCommand(string $nodeTypeName, string $path = '', int $level = 0): void
{
Expand Down

0 comments on commit b7abfbc

Please sign in to comment.