| Total Complexity | 2 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | class Assert |
||
| 17 | { |
||
| 18 | use AssertAttributesObject; |
||
| 19 | use AssertBase; |
||
| 20 | use AssertErrorsObject; |
||
| 21 | use AssertJsonapiObject; |
||
| 22 | use AssertLinksObject; |
||
| 23 | use AssertMemberName; |
||
| 24 | use AssertMetaObject; |
||
| 25 | use AssertRelationshipsObject; |
||
| 26 | use AssertResourceLinkage; |
||
| 27 | use AssertResourceObject; |
||
| 28 | use AssertStructure; |
||
| 29 | |||
| 30 | public static function getInvalidArgumentExceptionRegex(int $argument, string $type, $value = null) |
||
| 42 |