Completed
Push — develop ( 61279a...0255c7 )
by Jaap
08:43
created
src/phpDocumentor/Transformer/Writer/Graph.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -149,7 +149,7 @@  discard block
 block discarded – undo
149 149
      * @param string $from_name
150 150
      * @param string|ClassDescriptor|InterfaceDescriptor|TraitDescriptor $to
151 151
      *
152
-     * @return Edge|null
152
+     * @return \self|null
153 153
      */
154 154
     protected function createEdge($graph, $from_name, $to)
155 155
     {
@@ -180,6 +180,9 @@  discard block
 block discarded – undo
180 180
         return null;
181 181
     }
182 182
 
183
+    /**
184
+     * @param string $fqcn
185
+     */
183 186
     protected function createNamespaceGraph($fqcn)
184 187
     {
185 188
         $namespaceParts = explode('\\', $fqcn);
Please login to merge, or discard this patch.
src/phpDocumentor/Transformer/Writer/Xml.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
 use phpDocumentor\Descriptor\InterfaceDescriptor;
24 24
 use phpDocumentor\Descriptor\ProjectDescriptor;
25 25
 use phpDocumentor\Descriptor\TraitDescriptor;
26
-use phpDocumentor\Descriptor\Validator\Error;
27 26
 use phpDocumentor\Transformer\Behaviour\Tag\AuthorTag;
28 27
 use phpDocumentor\Transformer\Behaviour\Tag\CoversTag;
29 28
 use phpDocumentor\Transformer\Behaviour\Tag\IgnoreTag;
Please login to merge, or discard this patch.