Skip to content

Commit

Permalink
Avoid OO warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Sep 12, 2014
1 parent 7cad921 commit 5d5d390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Drush/User/UserVersion.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ abstract class UserVersion {
* @return
* A user object.
*/
public function create(array $properties) {}
public function create($properties) {}

/**
* Attempt to load a user account.
Expand Down

0 comments on commit 5d5d390

Please sign in to comment.