Core and composer updates
This commit is contained in:
parent
a82634bb98
commit
62cac30480
1118 changed files with 21770 additions and 6306 deletions
2
web/vendor/symfony/console/Helper/Table.php
vendored
2
web/vendor/symfony/console/Helper/Table.php
vendored
|
@ -149,7 +149,7 @@ class Table
|
|||
*/
|
||||
public function setColumnStyle($columnIndex, $name)
|
||||
{
|
||||
$columnIndex = intval($columnIndex);
|
||||
$columnIndex = (int) $columnIndex;
|
||||
|
||||
$this->columnStyles[$columnIndex] = $this->resolveStyle($name);
|
||||
|
||||
|
|
Reference in a new issue