for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
/**
* This file is part of the AuthnetJSON package.
*
* (c) John Conde <[email protected]>
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace JohnConde\Authnet;
* Exception that is throw when when client code attempts to set a parameter directly (i.e. using __set())
Overly long lines are hard to read on any screen. Most code styles therefor impose a maximum limit on the number of characters in a line.
* echo $response->isError() AuthnetJSON
* @author John Conde <[email protected]>
* @copyright John Conde <[email protected]>
* @license http://www.apache.org/licenses/LICENSE-2.0.html Apache License, Version 2.0
* @link https://github.com/stymiee/authnetjson
class AuthnetCannotSetParamsException extends AuthnetException
{
}
This check marks files that end in a newline character, i.e. an empy line.