for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace PBurggraf\CRC\CRC32;
/**
* @author Philip Burggraf <[email protected]>
*
* @see ISCSI
*/
class C extends ISCSI
{
public function __construct()
@trigger_error(sprintf('The class "%s" is deprecated since v0.7.0 and will be remove in v1.0.0, use class "ISCSI" instead.', __CLASS__), E_USER_DEPRECATED);
parent::__construct();
}