Yaffs site version 1.1
[yaffs-website] / vendor / symfony / console / Helper / Table.php
index 0fe89f7ecaecf7018b92fcd59e80af9f077e5335..e5fc36f63dc3a7a42fec5dcb6ff8f9f03dcd9d26 100644 (file)
@@ -149,7 +149,7 @@ class Table
      */
     public function setColumnStyle($columnIndex, $name)
     {
-        $columnIndex = intval($columnIndex);
+        $columnIndex = (int) $columnIndex;
 
         $this->columnStyles[$columnIndex] = $this->resolveStyle($name);