Skip to content

Commit

Permalink
Set default value to taskName property.
Browse files Browse the repository at this point in the history
  • Loading branch information
mekras committed Oct 6, 2014
1 parent 615f48e commit 4b540e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/phake/TaskNotFoundException.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class TaskNotFoundException extends Exception
*
* @var string
*/
private $taskName;
private $taskName = '';

/**
* Factory method for creating new exceptions
Expand Down

0 comments on commit 4b540e5

Please sign in to comment.