Completed
Push — 8.x-1.x ( 72a93e...20101e )
by Janez
02:24
created
src/Form/EntityEmbedDialog.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -629,6 +629,7 @@
 block discarded – undo
629 629
    *   The form array.
630 630
    * @param \Drupal\Core\Form\FormStateInterface $form_state
631 631
    *   The form state.
632
+   * @param string $step
632 633
    *
633 634
    * @return \Drupal\Core\Ajax\AjaxResponse
634 635
    *   The ajax response.
Please login to merge, or discard this patch.
src/Plugin/Filter/EntityEmbedFilter.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -13,8 +13,6 @@
 block discarded – undo
13 13
 use Drupal\entity_embed\Exception\RecursiveRenderingException;
14 14
 use Drupal\filter\FilterProcessResult;
15 15
 use Drupal\filter\Plugin\FilterBase;
16
-use RecursiveArrayIterator;
17
-use RecursiveIteratorIterator;
18 16
 use Symfony\Component\DependencyInjection\ContainerInterface;
19 17
 use Drupal\embed\DomHelperTrait;
20 18
 
Please login to merge, or discard this patch.