Completed
Push — master ( 82d971...ccdca2 )
by Nikola
05:16
created
src/Widget/WidgetManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * located at the package root folder.
9 9
  */
10 10
 
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace DisqusHelper\Widget;
14 14
 
Please login to merge, or discard this patch.
src/Widget/BaseWidget.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * located at the package root folder.
9 9
  */
10 10
 
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace DisqusHelper\Widget;
14 14
 
Please login to merge, or discard this patch.
src/Widget/WidgetInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * located at the package root folder.
9 9
  */
10 10
 
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace DisqusHelper\Widget;
14 14
 
Please login to merge, or discard this patch.
src/Widget/ThreadWidget.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * located at the package root folder.
9 9
  */
10 10
 
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace DisqusHelper\Widget;
14 14
 
Please login to merge, or discard this patch.
src/Widget/CommentsCountWidget.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * located at the package root folder.
9 9
  */
10 10
 
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace DisqusHelper\Widget;
14 14
 
Please login to merge, or discard this patch.
src/Widget/WidgetLocatorInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * located at the package root folder.
9 9
  */
10 10
 
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace DisqusHelper\Widget;
14 14
 
Please login to merge, or discard this patch.
src/Code.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@  discard block
 block discarded – undo
8 8
  * located at the package root folder.
9 9
  */
10 10
 
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace DisqusHelper;
14 14
 
@@ -113,7 +113,7 @@  discard block
 block discarded – undo
113 113
             $script .= self::INDENT . self::INDENT . "this.$key = $value;" . PHP_EOL;
114 114
         }
115 115
 
116
-        $script .= self::INDENT . '};' . PHP_EOL ;
116
+        $script .= self::INDENT . '};' . PHP_EOL;
117 117
         $script .= '</script>';
118 118
 
119 119
         $this->htmlFragments[] = $script;
Please login to merge, or discard this patch.
src/Exception/InvalidArgumentException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * located at the package root folder.
9 9
  */
10 10
 
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace DisqusHelper\Exception;
14 14
 
Please login to merge, or discard this patch.
src/Exception/WidgetNotFoundException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * located at the package root folder.
9 9
  */
10 10
 
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace DisqusHelper\Exception;
14 14
 
Please login to merge, or discard this patch.