mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 11:44:14 +01:00
13 lines
128 B
PHP
13 lines
128 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
if (class_exists('Zend_Controller_Action')) {
|
|
return;
|
|
}
|
|
|
|
class Zend_Controller_Action
|
|
{
|
|
|
|
}
|