Completed
Pull Request — master (#5)
by Alexei
03:40
created
src/Utils/DatePicker.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 block discarded – undo
115 115
     {
116 116
         return $this->context->executeJsOnElement($this->element, sprintf(
117 117
             "return jQuery({{ELEMENT}}).datepicker(%s);",
118
-            implode(', ', array_map(function ($value) {
118
+            implode(', ', array_map(function($value) {
119 119
                 return in_array($value, ['<date>']) ? $this->date : "'$value'";
120 120
             }, $arguments))
121 121
         ));
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/Imap.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
             4 => 'imap_qprint',
93 93
         ];
94 94
 
95
-        return isset($process[$encoding]) ? $process[$encoding] : function ($string) {
95
+        return isset($process[$encoding]) ? $process[$encoding] : function($string) {
96 96
             return $string;
97 97
         };
98 98
     }
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/Wysiwyg/Wysiwyg.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/Wysiwyg/MarkItUp.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/Wysiwyg/TinyMCE.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/Wysiwyg/CKEditor.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/Wysiwyg/JWysiwyg.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/Wysiwyg/EpicEditor.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/FormValueAssertion.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.