Completed
Push — 8.x-1.x ( d2d0f5...eaac7a )
by Sebastian
01:20
created
src/ViewDeriverHelperTrait.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
   /**
42 42
    * Helper function to retrieve the sort arguments if any are exposed.
43 43
    *
44
-   * @param \Drupal\views\Plugin\views\display\DisplayPluginInterface $display
44
+   * @param Plugin\views\display\GraphQL $display
45 45
    *   The display plugin.
46 46
    * @param string $id
47 47
    *   The plugin derivative id.
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
   /**
68 68
    * Helper function to return the filter argument if applicable.
69 69
    *
70
-   * @param \Drupal\views\Plugin\views\display\DisplayPluginInterface $display
70
+   * @param Plugin\views\display\GraphQL $display
71 71
    *   The display plugin.
72 72
    * @param string $id
73 73
    *   The plugin derivative id.
@@ -90,7 +90,7 @@  discard block
 block discarded – undo
90 90
   /**
91 91
    * Helper function to retrieve the pager arguments if the display is paged.
92 92
    *
93
-   * @param \Drupal\views\Plugin\views\display\DisplayPluginInterface $display
93
+   * @param Plugin\views\display\GraphQL $display
94 94
    *   The display plugin.
95 95
    *
96 96
    * @return array
Please login to merge, or discard this patch.