Completed
Push — master ( f94e53...00207b )
by Sergey
02:16
created
src/LTDBeget/sphinx/informer/exceptions/YamlParseException.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: 17.03.16
5
- * @time: 23:37
6
- */
3
+     * @author: Viskov Sergey
4
+     * @date: 17.03.16
5
+     * @time: 23:37
6
+     */
7 7
 
8 8
 namespace LTDBeget\sphinx\informer\exceptions;
9 9
 
Please login to merge, or discard this patch.
src/LTDBeget/sphinx/configurator/deserializers/ArrayDeserializer.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: 1:54
6
- */
3
+     * @author: Viskov Sergey
4
+     * @date: 19.03.16
5
+     * @time: 1:54
6
+     */
7 7
 
8 8
 namespace LTDBeget\sphinx\configurator\deserializers;
9 9
 
Please login to merge, or discard this patch.
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -80,15 +80,15 @@  discard block
 block discarded – undo
80 80
         $name = $section['name'] ?? null;
81 81
         $inheritance = $section['inheritance'] ?? null;
82 82
 
83
-        switch($type) {
83
+        switch ($type) {
84 84
             case eSection::INDEXER():
85
-                $section =  $this->objectConfiguration->getIndexer();
85
+                $section = $this->objectConfiguration->getIndexer();
86 86
                 break;
87 87
             case eSection::SEARCHD():
88
-                $section =  $this->objectConfiguration->getSearchd();
88
+                $section = $this->objectConfiguration->getSearchd();
89 89
                 break;
90 90
             case eSection::COMMON():
91
-                $section =  $this->objectConfiguration->getCommon();
91
+                $section = $this->objectConfiguration->getCommon();
92 92
                 break;
93 93
             case eSection::SOURCE():
94 94
                 $section = $this->objectConfiguration->addSource($name, $inheritance);
@@ -141,7 +141,7 @@  discard block
 block discarded – undo
141 141
      */
142 142
     private function getOptionName(Section $section, string $name) : eOption
143 143
     {
144
-        switch($section->getType()) {
144
+        switch ($section->getType()) {
145 145
             case eSection::SOURCE():
146 146
                 $option = eSourceOption::get($name);
147 147
                 break;
Please login to merge, or discard this patch.
src/LTDBeget/sphinx/configurator/deserializers/PlainDeserializer.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: 19.03.16
5
- * @time: 2:00
6
- */
3
+     * @author: Viskov Sergey
4
+     * @date: 19.03.16
5
+     * @time: 2:00
6
+     */
7 7
 
8 8
 namespace LTDBeget\sphinx\configurator\deserializers;
9 9
 
Please login to merge, or discard this patch.
src/LTDBeget/sphinx/configurator/serializers/JsonSerializer.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/14/16
5
- * @time: 6:36 PM
6
- */
3
+     * @author: Viskov Sergey
4
+     * @date: 3/14/16
5
+     * @time: 6:36 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/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/serializers/ArraySerializer.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/14/16
5
- * @time: 12:54 PM
6
- */
3
+     * @author: Viskov Sergey
4
+     * @date: 3/14/16
5
+     * @time: 12:54 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/exceptions/LogicException.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: 18.03.16
5
- * @time: 23:59
6
- */
3
+     * @author: Viskov Sergey
4
+     * @date: 18.03.16
5
+     * @time: 23:59
6
+     */
7 7
 
8 8
 namespace LTDBeget\sphinx\configurator\exceptions;
9 9
 
Please login to merge, or discard this patch.
src/LTDBeget/sphinx/configurator/configurationEntities/sections/Common.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:33 PM
6
- */
3
+     * @author: Viskov Sergey
4
+     * @date: 3/18/16
5
+     * @time: 5:33 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.