Skip to content

Commit 4b540e5

Browse files
committed
Set default value to taskName property.
1 parent 615f48e commit 4b540e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/phake/TaskNotFoundException.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class TaskNotFoundException extends Exception
1111
*
1212
* @var string
1313
*/
14-
private $taskName;
14+
private $taskName = '';
1515

1616
/**
1717
* Factory method for creating new exceptions

0 commit comments

Comments
 (0)