We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2218609 + d87354c commit 618da54Copy full SHA for 618da54
.travis.yml
@@ -6,7 +6,7 @@ git:
6
addons:
7
apt:
8
packages:
9
- - oracle-java8-set-default
+ - openjdk-8-jre-headless
10
matrix:
11
include:
12
- php: 7.2
Classes/Command/NodeIndexCommandController.php
@@ -159,7 +159,7 @@ public function showMappingCommand(): void
159
$this->outputLine('<b>Mapping Warnings</b>');
160
foreach ($mappingErrors->getFlattenedWarnings() as $warnings) {
161
foreach ($warnings as $warning) {
162
- $this->outputLine($warning);
+ $this->outputLine((string)$warning);
163
}
164
165
0 commit comments