Passed
Push — master ( 92620c...1c7b90 )
by Petr
16:04 queued 07:51
created
php-tests/cliTests/RenderTest.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
         $lib->addDataSetConnector(new Connector($this->basicData()));
41 41
 
42 42
         $this->assertEquals(
43
-              '| --- | ----- | ------ |' . PHP_EOL
43
+                '| --- | ----- | ------ |' . PHP_EOL
44 44
             . '| :id | :name | :title |' . PHP_EOL
45 45
             . '| --- | ----- | ------ |' . PHP_EOL
46 46
             . '| 1   | abc   | fill   |' . PHP_EOL
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
         $lib->addDataSetConnector(new Connector($this->basicData()));
80 80
 
81 81
         $this->assertEquals(
82
-              '| ----- | ------ | ------ |' . PHP_EOL
82
+                '| ----- | ------ | ------ |' . PHP_EOL
83 83
             . '| *^:id | v:name | :title |' . PHP_EOL
84 84
             . '| ----- | ------ | ------ |' . PHP_EOL
85 85
             . '| 9     | yz-    | love   |' . PHP_EOL
@@ -116,7 +116,7 @@  discard block
 block discarded – undo
116 116
         $lib->addDataSetConnector(new Connector($this->basicData()));
117 117
 
118 118
         $this->assertEquals(
119
-              '| ---- | ------- | ------ |' . PHP_EOL
119
+                '| ---- | ------- | ------ |' . PHP_EOL
120 120
             . '| v:id | *v:name | :title |' . PHP_EOL
121 121
             . '| ---- | ------- | ------ |' . PHP_EOL
122 122
             . '| 1    | abc     | fill   |' . PHP_EOL
@@ -153,7 +153,7 @@  discard block
 block discarded – undo
153 153
         $lib->addDataSetConnector(new Connector($this->basicData()));
154 154
 
155 155
         $this->assertEquals(
156
-              '| ---- | ------- | ------ |' . PHP_EOL
156
+                '| ---- | ------- | ------ |' . PHP_EOL
157 157
             . '| v:id | *^:name | :title |' . PHP_EOL
158 158
             . '| ---- | ------- | ------ |' . PHP_EOL
159 159
             . '| 9    | yz-     | love   |' . PHP_EOL
@@ -193,7 +193,7 @@  discard block
 block discarded – undo
193 193
         $lib->addDataSetConnector(new Connector($this->basicData()));
194 194
 
195 195
         $this->assertEquals(
196
-              '| --- | ------ | ------- |' . PHP_EOL
196
+                '| --- | ------ | ------- |' . PHP_EOL
197 197
             . '| :id | >:name | >:title |' . PHP_EOL
198 198
             . '| --- | ------ | ------- |' . PHP_EOL
199 199
             . '| 9   | yz-    | love    |' . PHP_EOL
@@ -227,7 +227,7 @@  discard block
 block discarded – undo
227 227
         $lib->addDataSetConnector(new Connector($this->basicData()));
228 228
 
229 229
         $this->assertEquals(
230
-              '| --- | ----- | ------ |' . PHP_EOL
230
+                '| --- | ----- | ------ |' . PHP_EOL
231 231
             . '| :id | :name | :title |' . PHP_EOL
232 232
             . '| --- | ----- | ------ |' . PHP_EOL
233 233
             . '| 1   | abc   | fill   |' . PHP_EOL
@@ -262,7 +262,7 @@  discard block
 block discarded – undo
262 262
         $lib->addDataSetConnector(new Connector($this->basicData()));
263 263
 
264 264
         $this->assertEquals(
265
-              '| --- | ----- | ------ |' . PHP_EOL
265
+                '| --- | ----- | ------ |' . PHP_EOL
266 266
             . '| :id | :name | :title |' . PHP_EOL
267 267
             . '| --- | ----- | ------ |' . PHP_EOL
268 268
             . '| 4   | jkl   | hate   |' . PHP_EOL
@@ -297,7 +297,7 @@  discard block
 block discarded – undo
297 297
         $lib->addDataSetConnector(new Connector($this->basicData()));
298 298
 
299 299
         $this->assertEquals(
300
-              '| --- | ----- | ------ |' . PHP_EOL
300
+                '| --- | ----- | ------ |' . PHP_EOL
301 301
             . '| :id | :name | :title |' . PHP_EOL
302 302
             . '| --- | ----- | ------ |' . PHP_EOL
303 303
             . '| 7   | stu   | life   |' . PHP_EOL
@@ -342,7 +342,7 @@  discard block
 block discarded – undo
342 342
         $lib->addDataSetConnector(new Connector($this->basicData()));
343 343
 
344 344
         $this->assertEquals(
345
-              '| ----- | ------- | ------- |' . PHP_EOL
345
+                '| ----- | ------- | ------- |' . PHP_EOL
346 346
             . '| *v:id | v>:name | >:title |' . PHP_EOL
347 347
             . '| ----- | ------- | ------- |' . PHP_EOL
348 348
             . '| 8     | vwx     | felt    |' . PHP_EOL
Please login to merge, or discard this patch.
php-src/core/Connector/PageLink.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,6 @@
 block discarded – undo
34 34
 
35 35
 $urlLink->setPageNumber(3);
36 36
 echo $urlLink->getPageLink(); // got page 3 -> okay
37
-
38 37
  */
39 38
 class PageLink implements ILink
40 39
 {
Please login to merge, or discard this patch.