Completed
Push — master ( 066742...ab2328 )
by Sergii
02:30
created
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/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.
src/Utils/XPath/InaccurateText.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -92,6 +92,9 @@
 block discarded – undo
92 92
         return sprintf("$this->query[%s$this->text]", empty($this->attribute) ? 'text()' : "@$this->attribute");
93 93
     }
94 94
 
95
+    /**
96
+     * @param string $text
97
+     */
95 98
     public function text($text)
96 99
     {
97 100
         $this->text = $text;
Please login to merge, or discard this 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/Utils/Interaction.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.