for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
use Nip\Form\Elements\AbstractElement;
/**
* Class Nip_Form_Element_Abstract
* @deprecated Use \Nip\Form\Elements\AbstractElement
*/
abstract class Nip_Form_Element_Abstract extends AbstractElement implements Nip_Form_Element_Interface
Nip_Form_Element_Interface
If this is a false-positive, you can also ignore this issue in your code via the ignore-deprecated annotation
ignore-deprecated
abstract class Nip_Form_Element_Abstract extends AbstractElement implements /** @scrutinizer ignore-deprecated */ Nip_Form_Element_Interface
This interface has been deprecated. The supplier of the interface has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the interface will be removed and what other interface to use instead.
{
}
This interface has been deprecated. The supplier of the interface has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the interface will be removed and what other interface to use instead.