Completed
Push — master ( 98e653...4ecb11 )
by Jonathan
7s
created
src/Drupal/DrupalExtension/Context/RawDrupalContext.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@  discard block
 block discarded – undo
137 137
    *   out' link text.
138 138
    * @throws \Exception
139 139
    * @return
140
-   */
140
+   string
141 141
   public function getDrupalText($name) {
142 142
     $text = $this->getDrupalParameter('text');
143 143
     if (!isset($text[$name])) {
@@ -163,6 +163,7 @@  discard block
 block discarded – undo
163 163
   /**
164 164
    * Get active Drupal Driver.
165 165
    *
166
+   * @param string $name
166 167
    * @return \Drupal\Driver\DrupalDriver
167 168
    */
168 169
   public function getDriver($name = NULL) {
@@ -284,7 +285,7 @@  discard block
 block discarded – undo
284 285
   /**
285 286
    * Dispatch scope hooks.
286 287
    *
287
-   * @param string $scope
288
+   * @param string $scopeType
288 289
    *   The entity scope to dispatch.
289 290
    * @param \stdClass $entity
290 291
    *   The entity.
Please login to merge, or discard this patch.