Skip to content

Commit 618da54

Browse files
committed
TASK: Merge branch '5.0' int master
2 parents 2218609 + d87354c commit 618da54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ git:
66
addons:
77
apt:
88
packages:
9-
- oracle-java8-set-default
9+
- openjdk-8-jre-headless
1010
matrix:
1111
include:
1212
- php: 7.2

Classes/Command/NodeIndexCommandController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public function showMappingCommand(): void
159159
$this->outputLine('<b>Mapping Warnings</b>');
160160
foreach ($mappingErrors->getFlattenedWarnings() as $warnings) {
161161
foreach ($warnings as $warning) {
162-
$this->outputLine($warning);
162+
$this->outputLine((string)$warning);
163163
}
164164
}
165165
}

0 commit comments

Comments
 (0)