The property task cannot be accessed from this context as it is declared private in class Task\Builder\TaskBuilder.
This check looks for access to properties that are not accessible from the current context.
If you need to make a property accessible to another context you can either raise its
visibility level or provide an accessible getter in the defining class.
Loading history...
26
throw new NotSupportedException('systemKey', $this->task);
The property task cannot be accessed from this context as it is declared private in class Task\Builder\TaskBuilder.
This check looks for access to properties that are not accessible from the current context.
If you need to make a property accessible to another context you can either raise its
visibility level or provide an accessible getter in the defining class.
The property task cannot be accessed from this context as it is declared private in class Task\Builder\TaskBuilder.
This check looks for access to properties that are not accessible from the current context.
If you need to make a property accessible to another context you can either raise its
visibility level or provide an accessible getter in the defining class.
This check looks for access to properties that are not accessible from the current context.
If you need to make a property accessible to another context you can either raise its visibility level or provide an accessible getter in the defining class.