mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-24 09:09:22 +00:00
037c2748f3
While is_a() is no longer deprecated, there are bound to be some people using PHP versions that still have it marked as deprecated. This is the only occurrence of is_a in the whole of PHPExcel; everywhere else it's using instanceof, so I figured it would be sensible to make it consistent.