Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bcrowe committed Apr 16, 2015
1 parent 6419602 commit 4849c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Helper/BakeHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class BakeHelper extends Helper
*
* @param string $name the name of the property
* @param array $value the array of values
* @param array $options extra options to be passed ot the element
* @param array $options extra options to be passed to the element
* @return string
*/
public function arrayProperty($name, array $value = [], array $options = [])
Expand Down

2 comments on commit 4849c14

@jadb
Copy link
Contributor

@jadb jadb commented on 4849c14 Apr 16, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why push to master? Shouldn't we stick to PRs?

@bcrowe
Copy link
Contributor Author

@bcrowe bcrowe commented on 4849c14 Apr 16, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a non-code, small typo. It's an innocent enough change to not waste anyone's time or create additional noise for repo watchers.

Please sign in to comment.