Completed
Pull Request — develop (#144)
by Jaap
08:03
created
src/phpDocumentor/Reflection/NodeVisitor/ElementNameResolver.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -117,6 +117,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/phpDocumentor/Reflection/Php/ProjectFactory.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -101,6 +101,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.