File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ public function __construct(?array $children = [])
5555 }
5656
5757 /**
58- * @param \DCarbone\PHPConsulAPI\AbstractModel|null $value
58+ * @param array| \DCarbone\PHPConsulAPI\AbstractModel|null $value
5959 */
60- public function append (? AbstractModel $ value ): void
60+ public function append ($ value ): void
6161 {
6262 // validate provided value is either null or instance of allowed child class
6363 $ value = $ this ->_validateValue ($ value );
Original file line number Diff line number Diff line change 1313# TODO: maybe some ltrimming?
1414echo Starting Single consul instance with flags \" " ${FLAGS} " \" >> " ${TMPDIR} " /consul.log
1515
16- /usr/bin/env consul agent" ${FLAGS} " >> " ${TMPDIR} " /consul.log 2>&1 & echo $! > " ${TMPDIR} " /consul.pid
16+ /usr/bin/env consul agent${FLAGS} >> " ${TMPDIR} " /consul.log 2>&1 & echo $! > " ${TMPDIR} " /consul.pid
You can’t perform that action at this time.
0 commit comments