Passed
Push — master ( ae59e9...ed1478 )
by Sergey
03:17
created
src/LTDBeget/sphinx/configurator/serializers/PlainSerializer.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author: Viskov Sergey
4
- * @date  : 3/3/16
5
- * @time  : 5:13 PM
6
- */
3
+     * @author: Viskov Sergey
4
+     * @date  : 3/3/16
5
+     * @time  : 5:13 PM
6
+     */
7 7
 
8 8
 namespace LTDBeget\sphinx\configurator\serializers;
9 9
 
Please login to merge, or discard this patch.
src/LTDBeget/sphinx/configurator/configurationEntities/Option.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author: Viskov Sergey
4
- * @date  : 3/2/16
5
- * @time  : 8:04 PM
6
- */
3
+     * @author: Viskov Sergey
4
+     * @date  : 3/2/16
5
+     * @time  : 8:04 PM
6
+     */
7 7
 
8 8
 namespace LTDBeget\sphinx\configurator\configurationEntities;
9 9
 
Please login to merge, or discard this patch.
src/LTDBeget/sphinx/configurator/configurationEntities/base/Settings.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author: Viskov Sergey
4
- * @date  : 20.03.16
5
- * @time  : 1:53
6
- */
3
+     * @author: Viskov Sergey
4
+     * @date  : 20.03.16
5
+     * @time  : 1:53
6
+     */
7 7
 
8 8
 namespace LTDBeget\sphinx\configurator\configurationEntities\base;
9 9
 
Please login to merge, or discard this patch.
src/LTDBeget/sphinx/configurator/configurationEntities/base/Section.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@  discard block
 block discarded – undo
88 88
     public function __toString() : string
89 89
     {
90 90
         try {
91
-            $string = (string)$this->getType();
91
+            $string = (string) $this->getType();
92 92
         } catch (\Exception $e) {
93 93
             $string = '';
94 94
         }
@@ -149,7 +149,7 @@  discard block
 block discarded – undo
149 149
     final protected function addOptionInternal(eOption $name, string $value) : Option
150 150
     {
151 151
         $option      = $this->createOption($name, $value);
152
-        $option_name = (string)$option->getName();
152
+        $option_name = (string) $option->getName();
153 153
 
154 154
         if ($option->isMultiValue()) {
155 155
             $this->options[$option_name] = $this->options[$option_name] ?? [];
Please login to merge, or discard this patch.
src/LTDBeget/sphinx/configurator/configurationEntities/base/Definition.php 2 patches
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author: Viskov Sergey
4
- * @date  : 19.03.16
5
- * @time  : 0:04
6
- */
3
+     * @author: Viskov Sergey
4
+     * @date  : 19.03.16
5
+     * @time  : 0:04
6
+     */
7 7
 
8 8
 namespace LTDBeget\sphinx\configurator\configurationEntities\base;
9 9
 
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -180,7 +180,7 @@
 block discarded – undo
180 180
      */
181 181
     private function isValidName($name) : bool
182 182
     {
183
-        return (bool)preg_match("/^[A-Za-z_\d]*$/", $name);
183
+        return (bool) preg_match("/^[A-Za-z_\d]*$/", $name);
184 184
     }
185 185
 
186 186
     /**
Please login to merge, or discard this patch.
src/LTDBeget/sphinx/configurator/configurationEntities/sections/Source.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author: Viskov Sergey
4
- * @date  : 3/18/16
5
- * @time  : 5:32 PM
6
- */
3
+     * @author: Viskov Sergey
4
+     * @date  : 3/18/16
5
+     * @time  : 5:32 PM
6
+     */
7 7
 
8 8
 namespace LTDBeget\sphinx\configurator\configurationEntities\sections;
9 9
 
Please login to merge, or discard this patch.
src/LTDBeget/sphinx/configurator/configurationEntities/sections/Searchd.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author: Viskov Sergey
4
- * @date  : 3/18/16
5
- * @time  : 5:43 PM
6
- */
3
+     * @author: Viskov Sergey
4
+     * @date  : 3/18/16
5
+     * @time  : 5:43 PM
6
+     */
7 7
 
8 8
 namespace LTDBeget\sphinx\configurator\configurationEntities\sections;
9 9
 
Please login to merge, or discard this patch.
src/LTDBeget/sphinx/configurator/configurationEntities/sections/Indexer.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author: Viskov Sergey
4
- * @date  : 3/18/16
5
- * @time  : 5:32 PM
6
- */
3
+     * @author: Viskov Sergey
4
+     * @date  : 3/18/16
5
+     * @time  : 5:32 PM
6
+     */
7 7
 
8 8
 namespace LTDBeget\sphinx\configurator\configurationEntities\sections;
9 9
 
Please login to merge, or discard this patch.
src/LTDBeget/sphinx/configurator/configurationEntities/sections/Index.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author: Viskov Sergey
4
- * @date  : 3/18/16
5
- * @time  : 5:32 PM
6
- */
3
+     * @author: Viskov Sergey
4
+     * @date  : 3/18/16
5
+     * @time  : 5:32 PM
6
+     */
7 7
 
8 8
 namespace LTDBeget\sphinx\configurator\configurationEntities\sections;
9 9
 
Please login to merge, or discard this patch.