diff --git a/src/Laravel55Compatibility.php b/src/Laravel55Compatibility.php index c308861..6ebc2e3 100644 --- a/src/Laravel55Compatibility.php +++ b/src/Laravel55Compatibility.php @@ -9,12 +9,13 @@ */ trait Laravel55Compatibility { /** - * @param array $headers - * @param array $rows - * @internal param string $style + * @param $headers + * @param $rows + * @param string $style + * @param array $columnStyles * @return void */ - public function table($headers, $rows, $style = 'default') { + public function table($headers, $rows, $style = 'default', array $columnStyles = []) { try { $table = $this->getHelperSet()->get('table'); } catch (InvalidArgumentException $error) {