Skip to content

Commit

Permalink
change parameter string format
Browse files Browse the repository at this point in the history
  • Loading branch information
steevenz committed Oct 7, 2018
1 parent 141ba96 commit 3b8967a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Info/SplClassInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function getParameter()
{
$parts = explode('\\', $this->name);

return strtolower(end($parts));
return dash(end($parts));
}

// ------------------------------------------------------------------------
Expand Down

0 comments on commit 3b8967a

Please sign in to comment.