diff --git a/src/Definition.php b/src/Definition.php index 7de2995..b540618 100644 --- a/src/Definition.php +++ b/src/Definition.php @@ -12,7 +12,7 @@ abstract class Definition /** * @var Scope|null */ - private $scope = null; + private $scope; /** * Changes the scope of this definition.