Completed
Push — master ( 1c3d75...06c648 )
by Sergii
03:09
created
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\Context\Drush;
6 6
 
7 7
 // Contexts.
Please login to merge, or discard this patch.
src/Context/Email/EmailContext.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\Context\Email;
6 6
 
7 7
 // Helpers.
Please login to merge, or discard this patch.
src/Context/Email/RawEmailContext.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\Context\Email;
6 6
 
7 7
 // Contexts.
Please login to merge, or discard this patch.
src/Context/Form/FormContext.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\Context\Form;
6 6
 
7 7
 // Exceptions.
Please login to merge, or discard this patch.
src/Context/Form/RawFormContext.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\Context\Form;
6 6
 
7 7
 // Contexts.
Please login to merge, or discard this patch.
src/Context/RawTqContext.php 1 patch
Indentation   +3 added lines, -4 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.
@@ -210,7 +210,6 @@  discard block
 block discarded – undo
210 210
 
211 211
     /**
212 212
      * @param array $strings
213
-
214 213
      * @return self
215 214
      */
216 215
     public function debug(array $strings)
@@ -270,7 +269,7 @@  discard block
 block discarded – undo
270 269
     public function waitAjaxAndAnimations()
271 270
     {
272 271
         $this->getSession()
273
-             ->wait(1000, "window.__behatAjax === false && !jQuery(':animated').length && !jQuery.active");
272
+                ->wait(1000, "window.__behatAjax === false && !jQuery(':animated').length && !jQuery.active");
274 273
     }
275 274
 
276 275
     /**
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\Context\Redirect;
6 6
 
7 7
 // Contexts.
Please login to merge, or discard this patch.
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\Context\Redirect;
6 6
 
7 7
 // Helpers.
Please login to merge, or discard this patch.
src/Context/TqContext.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\Context;
6 6
 
7 7
 // Helpers.
Please login to merge, or discard this patch.