Completed
Pull Request — master (#5)
by Alexei
03:40
created
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\Utils\Wysiwyg;
6 6
 
7 7
 // Contexts.
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\Utils\Wysiwyg;
6 6
 
7 7
 // Contexts.
Please login to merge, or discard this patch.
src/Context/TqContextInterface.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/TqContextInitializer.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/Wysiwyg/WysiwygContext.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/Wysiwyg/RawWysiwygContext.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/RawPageContext.php 2 patches
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.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
99 99
     /**
100 100
      * @param string $text
101 101
      *
102
-     * @return NodeElement|null
102
+     * @return NodeElement
103 103
      */
104 104
     public function findByText($text)
105 105
     {
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\Utils\Wysiwyg;
6 6
 
7 7
 // Contexts.
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\Utils\Wysiwyg;
6 6
 
7 7
 // Contexts.
Please login to merge, or discard this patch.