X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fsymfony%2Fconsole%2FHelper%2FTableCell.php;fp=vendor%2Fsymfony%2Fconsole%2FHelper%2FTableCell.php;h=fb6c9fd37e1c7efcc07d87492f263d49eacb8a0c;hp=6fc7d3b913b6299177a5a53311ba2050200e2f83;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/vendor/symfony/console/Helper/TableCell.php b/vendor/symfony/console/Helper/TableCell.php index 6fc7d3b91..fb6c9fd37 100644 --- a/vendor/symfony/console/Helper/TableCell.php +++ b/vendor/symfony/console/Helper/TableCell.php @@ -30,7 +30,7 @@ class TableCell */ public function __construct($value = '', array $options = array()) { - if (is_numeric($value) && !is_string($value)) { + if (is_numeric($value) && !\is_string($value)) { $value = (string) $value; }