Completed
Pull Request — 8.x-1.x (#5)
by Frédéric G.
01:52
created
src/Dependencies.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
    * Strips the optional "namespace" (aka project or package) part of the name.
94 94
    *
95 95
    * @param string $name
96
-   * @param array $attrs
96
+   * @param Attribute[] $attrs
97 97
    *
98 98
    * @return \Grafizzi\Graph\Node
99 99
    */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Drupal\qa;
4 4
 
5
-use Doctrine\Common\Util\Debug;
6 5
 use Drupal\Core\Extension\ModuleExtensionList;
7 6
 use Drupal\Core\Extension\ThemeHandlerInterface;
8 7
 use Grafizzi\Graph\Attribute;
Please login to merge, or discard this patch.