Completed
Pull Request — master (#427)
by Jonathan
02:49 queued 01:31
created
src/Drupal/DrupalExtension/Context/RawDrupalContext.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -193,6 +193,7 @@  discard block
 block discarded – undo
193 193
   /**
194 194
    * Get active Drupal Driver.
195 195
    *
196
+   * @param string $name
196 197
    * @return \Drupal\Driver\DrupalDriver
197 198
    */
198 199
     public function getDriver($name = null)
@@ -326,7 +327,7 @@  discard block
 block discarded – undo
326 327
   /**
327 328
    * Dispatch scope hooks.
328 329
    *
329
-   * @param string $scope
330
+   * @param string $scopeType
330 331
    *   The entity scope to dispatch.
331 332
    * @param \stdClass $entity
332 333
    *   The entity.
Please login to merge, or discard this patch.