Completed
Push — 8.x-1.x ( 8c46ac...86e5ca )
by Philipp
03:33
created
src/GraphQLNode.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
    *   The query string.
60 60
    * @param string $parent
61 61
    *   The parent template identifier.
62
-   * @param array $includes
62
+   * @param string[] $includes
63 63
    *   Identifiers for any included/referenced templates.
64 64
    */
65 65
   public function __construct($query, $parent, $includes) {
Please login to merge, or discard this patch.