@@ -1,9 +1,9 @@ |
||
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 |
@@ -1,9 +1,9 @@ |
||
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 |
@@ -80,15 +80,15 @@ discard block |
||
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 |
||
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; |
@@ -1,9 +1,9 @@ |
||
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 |
@@ -1,9 +1,9 @@ |
||
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 |
@@ -1,9 +1,9 @@ |
||
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 |
@@ -1,9 +1,9 @@ |
||
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 |
@@ -1,9 +1,9 @@ |
||
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 |
@@ -1,9 +1,9 @@ |
||
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 |
@@ -1,9 +1,9 @@ |
||
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 |