Skip to content

Commit 0f74766

Browse files
committed
cleanup
1 parent 23b9f33 commit 0f74766

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/spec/Reference.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ public function __construct(array $data, string $to = null)
5858
);
5959
}
6060
if (!is_string($data['$ref'])) {
61-
print_r($data);
6261
throw new TypeErrorException(
6362
'Unable to instantiate Reference Object, value of $ref must be a string.'
6463
);

tests/spec/data/reference/structure/paths.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
get:
33
$ref: 'paths/pet.yml#/get'
44
/cat:
5-
$ref: 'paths/cat.yml'
5+
$ref: 'paths/cat.yml'

0 commit comments

Comments
 (0)