for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* This file is part of the Telegraph package.
*
* (c) Arthur Edamov <[email protected]>
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Telegraph;
* Class RequestException
* @package Telegraph
class InvalidContentTypeException extends \Exception
{
private $message = 'Content type should be a string or array of NodeElement objects';
$message
This check marks private properties in classes that are never used. Those properties can be removed.
}
This check marks private properties in classes that are never used. Those properties can be removed.