@@ -117,6 +117,7 @@ |
||
117 | 117 | |
118 | 118 | /** |
119 | 119 | * Resets the state of the object to an empty state. |
120 | + * @param string $namespace |
|
120 | 121 | */ |
121 | 122 | private function resetState(?string $namespace = null) : void |
122 | 123 | { |
@@ -101,6 +101,7 @@ |
||
101 | 101 | |
102 | 102 | /** |
103 | 103 | * Gets Namespace from the project if it exists, otherwise returns a new namepace |
104 | + * @param string $name |
|
104 | 105 | */ |
105 | 106 | private function getNamespaceByName(Project $project, $name) : Namespace_ |
106 | 107 | { |