We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 615f48e commit 4b540e5Copy full SHA for 4b540e5
lib/phake/TaskNotFoundException.php
@@ -11,7 +11,7 @@ class TaskNotFoundException extends Exception
11
*
12
* @var string
13
*/
14
- private $taskName;
+ private $taskName = '';
15
16
/**
17
* Factory method for creating new exceptions
0 commit comments