Skip to content

Commit a34e6f4

Browse files
committed
Apply phpcs
1 parent 474a12a commit a34e6f4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Mapping/Reference/ReferencesResolver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ private function tryFromUseStatements(Name $name, array $uses): ?Name
7171

7272
/**
7373
* @param array<int|non-empty-string, non-empty-string> $uses
74+
*
7475
* @return array<non-empty-string, non-empty-string>
7576
*/
7677
private function formatUseStatements(array $uses): array

src/Type/Builder/MapTypeBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function build(TypeStatement $stmt, BuildingContext $context): TypeInterf
4949
/** @phpstan-ignore-next-line : Additional DbC assertion */
5050
assert($stmt instanceof NamedTypeNode);
5151

52-
//$this->expectNoShapeFields($stmt);
52+
// $this->expectNoShapeFields($stmt);
5353

5454
$arguments = $stmt->arguments->items ?? [];
5555

0 commit comments

Comments
 (0)