Completed
Push — 8.x-1.x ( b56b6f...9c01d4 )
by Philipp
8s
created
src/Plugin/Deriver/Fields/ViewDeriver.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
    *
63 63
    * @param array $arguments
64 64
    *   The array of available arguments.
65
-   * @param $id
65
+   * @param string $id
66 66
    *   The plugin derivative id.
67 67
    *
68 68
    * @return array
@@ -85,9 +85,9 @@  discard block
 block discarded – undo
85 85
   /**
86 86
    * Helper function to retrieve the sort arguments if any are exposed.
87 87
    *
88
-   * @param \Drupal\views\Plugin\views\display\DisplayPluginInterface $display
88
+   * @param \Drupal\graphql_views\Plugin\views\display\GraphQL $display
89 89
    *   The display plugin.
90
-   * @param $id
90
+   * @param string $id
91 91
    *   The plugin derivative id.
92 92
    *
93 93
    * @return array
@@ -122,7 +122,7 @@  discard block
 block discarded – undo
122 122
    *
123 123
    * @param \Drupal\graphql_views\Plugin\views\display\GraphQL $display
124 124
    *   The display plugin.
125
-   * @param $id
125
+   * @param string $id
126 126
    *   The plugin derivative id.
127 127
    *
128 128
    * @return array
@@ -145,7 +145,7 @@  discard block
 block discarded – undo
145 145
   /**
146 146
    * Helper function to retrieve the pager arguments if the display is paged.
147 147
    *
148
-   * @param \Drupal\views\Plugin\views\display\DisplayPluginInterface $display
148
+   * @param \Drupal\graphql_views\Plugin\views\display\GraphQL $display
149 149
    *   The display plugin.
150 150
    *
151 151
    * @return array
Please login to merge, or discard this patch.