rector/stubs/Zend/View.php
2019-10-13 08:09:08 +02:00

13 lines
102 B
PHP

<?php
declare(strict_types=1);
if (class_exists('Zend_View')) {
return;
}
class Zend_View
{
}