Completed
Push — master ( 1f89cf...8ee2fd )
by Sergii
02:48
created
src/Context/Redirect/RedirectContext.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Sergii Bondarenko, <[email protected]>
4
- */
3
+     * @author Sergii Bondarenko, <[email protected]>
4
+     */
5 5
 namespace Drupal\TqExtension\Utils\Wysiwyg;
6 6
 
7 7
 // Contexts.
Please login to merge, or discard this patch.
src/Context/Redirect/RawRedirectContext.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Sergii Bondarenko, <[email protected]>
4
- */
3
+     * @author Sergii Bondarenko, <[email protected]>
4
+     */
5 5
 namespace Drupal\TqExtension\Utils\Wysiwyg;
6 6
 
7 7
 // Contexts.
Please login to merge, or discard this patch.
src/Context/User/RawUserContext.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Sergii Bondarenko, <[email protected]>
4
- */
3
+     * @author Sergii Bondarenko, <[email protected]>
4
+     */
5 5
 namespace Drupal\TqExtension\Utils\Wysiwyg;
6 6
 
7 7
 // Contexts.
Please login to merge, or discard this patch.
src/Context/User/UserContext.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Sergii Bondarenko, <[email protected]>
4
- */
3
+     * @author Sergii Bondarenko, <[email protected]>
4
+     */
5 5
 namespace Drupal\TqExtension\Utils\Wysiwyg;
6 6
 
7 7
 // Contexts.
Please login to merge, or discard this patch.
src/Context/Drush/RawDrushContext.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Sergii Bondarenko, <[email protected]>
4
- */
3
+     * @author Sergii Bondarenko, <[email protected]>
4
+     */
5 5
 namespace Drupal\TqExtension\Utils\Wysiwyg;
6 6
 
7 7
 // Contexts.
Please login to merge, or discard this patch.
src/Context/Drush/DrushContext.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Sergii Bondarenko, <[email protected]>
4
- */
3
+     * @author Sergii Bondarenko, <[email protected]>
4
+     */
5 5
 namespace Drupal\TqExtension\Utils\Wysiwyg;
6 6
 
7 7
 // Contexts.
Please login to merge, or discard this patch.
src/ServiceContainer/TqExtension.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Sergii Bondarenko, <[email protected]>
4
- */
3
+     * @author Sergii Bondarenko, <[email protected]>
4
+     */
5 5
 namespace Drupal\TqExtension\Utils\Wysiwyg;
6 6
 
7 7
 // Contexts.
Please login to merge, or discard this patch.
src/Context/RawTqContext.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Sergii Bondarenko, <[email protected]>
4
- */
3
+     * @author Sergii Bondarenko, <[email protected]>
4
+     */
5 5
 namespace Drupal\TqExtension\Context;
6 6
 
7 7
 // Contexts.
@@ -248,7 +248,7 @@  discard block
 block discarded – undo
248 248
     public function waitAjaxAndAnimations()
249 249
     {
250 250
         $this->getSession()
251
-             ->wait(1000, "window.__behatAjax === false && !jQuery(':animated').length && !jQuery.active");
251
+                ->wait(1000, "window.__behatAjax === false && !jQuery(':animated').length && !jQuery.active");
252 252
     }
253 253
 
254 254
     /**
Please login to merge, or discard this patch.
src/Utils/DatabaseManager.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Sergii Bondarenko, <[email protected]>
4
- */
3
+     * @author Sergii Bondarenko, <[email protected]>
4
+     */
5 5
 namespace Drupal\TqExtension\Utils\Wysiwyg;
6 6
 
7 7
 // Contexts.
Please login to merge, or discard this patch.