for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
/**
* ReportingCloud PHP SDK
*
* PHP SDK for ReportingCloud Web API. Authored and supported by Text Control GmbH.
* @link https://www.reporting.cloud to learn more about ReportingCloud
* @link https://git.io/Jejj2 for the canonical source repository
* @license https://git.io/Jejjr
* @copyright © 2021 Text Control GmbH
*/
namespace TxTextControl\ReportingCloud\Assert;
* Abstract AbstractAssert
* This component is based on Webmozart\Assert.
* See: https://github.com/webmozart/assert
* At the time of implementation (March 2019), the above component did not support strict types.
* Since the ReportingCloud PHP SDK does support strict types, the necessary functions where cherry-picked from
* Webmozart\Assert, strict typed, and insert into this component.
* @package TxTextControl\ReportingCloud
* @author Jonathan Maron (@JonathanMaron)
abstract class AbstractAssert
{
}