We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -1039,7 +1039,7 @@ |
||
1039 | 1039 | */ |
1040 | 1040 | public static function withoutEmpty(array $array): array |
1041 | 1041 | { |
1042 | - return array_values(array_filter($array, function ($entry) { |
|
1042 | + return array_values(array_filter($array, function($entry) { |
|
1043 | 1043 | return !empty($entry); |
1044 | 1044 | })); |
1045 | 1045 | } |
@@ -1039,7 +1039,8 @@ |
||
1039 | 1039 | */ |
1040 | 1040 | public static function withoutEmpty(array $array): array |
1041 | 1041 | { |
1042 | - return array_values(array_filter($array, function ($entry) { |
|
1042 | + return array_values(array_filter($array, function ($entry) |
|
1043 | + { |
|
1043 | 1044 | return !empty($entry); |
1044 | 1045 | })); |
1045 | 1046 | } |
@@ -64,7 +64,7 @@ |
||
64 | 64 | :header-rows: $numHeaderRows |
65 | 65 | |
66 | 66 | |
67 | -RST; |
|
67 | +rst; |
|
68 | 68 | |
69 | 69 | // Pattern for a row: |
70 | 70 | // |
@@ -287,6 +287,4 @@ |
||
287 | 287 | $section->addTable($rows, $header); |
288 | 288 | } |
289 | 289 | |
290 | - return $page; |
|
291 | - } |
|
292 | -} |
|
290 | + return $page |
|
293 | 291 | \ No newline at end of file |
@@ -287,6 +287,4 @@ |
||
287 | 287 | $section->addTable($rows, $header); |
288 | 288 | } |
289 | 289 | |
290 | - return $page; |
|
291 | - } |
|
292 | -} |
|
290 | + return $page |
|
293 | 291 | \ No newline at end of file |
@@ -190,7 +190,7 @@ discard block |
||
190 | 190 | |
191 | 191 | $text = $fieldDocParser->getDescription(); |
192 | 192 | $lines = explode("\n", $text); |
193 | - $lines = array_map(function ($line) { |
|
193 | + $lines = array_map(function($line) { |
|
194 | 194 | // There may be a single non-signifying space after the doc-comment asterisk |
195 | 195 | return $line[0] === ' ' |
196 | 196 | ? substr($line, 1) |
@@ -287,6 +287,4 @@ discard block |
||
287 | 287 | $section->addTable($rows, $header); |
288 | 288 | } |
289 | 289 | |
290 | - return $page; |
|
291 | - } |
|
292 | -} |
|
290 | + return $page |
|
293 | 291 | \ No newline at end of file |
@@ -190,7 +190,8 @@ discard block |
||
190 | 190 | |
191 | 191 | $text = $fieldDocParser->getDescription(); |
192 | 192 | $lines = explode("\n", $text); |
193 | - $lines = array_map(function ($line) { |
|
193 | + $lines = array_map(function ($line) |
|
194 | + { |
|
194 | 195 | // There may be a single non-signifying space after the doc-comment asterisk |
195 | 196 | return $line[0] === ' ' |
196 | 197 | ? substr($line, 1) |
@@ -287,6 +288,4 @@ discard block |
||
287 | 288 | $section->addTable($rows, $header); |
288 | 289 | } |
289 | 290 | |
290 | - return $page; |
|
291 | - } |
|
292 | -} |
|
291 | + return $page |
|
293 | 292 | \ No newline at end of file |
@@ -287,6 +287,4 @@ |
||
287 | 287 | $section->addTable($rows, $header); |
288 | 288 | } |
289 | 289 | |
290 | - return $page; |
|
291 | - } |
|
292 | -} |
|
290 | + return $page |
|
293 | 291 | \ No newline at end of file |