Skip to content

Commit

Permalink
FIX: Rename param to string
Browse files Browse the repository at this point in the history
Fixes #4
  • Loading branch information
jinjie committed Jan 17, 2019
1 parent 60854ca commit 8242cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Forms/CodeEditorField.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function getMode()
/**
* Set the modes. Get list of modes at
* https://github.com/ajaxorg/ace/tree/master/lib/ace/mode
* @param CodeEditorField $mode Editing mode
* @param string $mode Editing mode
*/
public function setMode($mode)
{
Expand Down

0 comments on commit 8242cb9

Please sign in to comment.