Skip to content

Commit 0edc2bc

Browse files
committed
Fix missing newline at end of file in StreamWrapper and PathMatcherTest
1 parent 74839bd commit 0edc2bc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Internal/StreamWrapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,4 +715,4 @@ private static function extractAndSeedFileMetadata(array $stmts, string $filePat
715715

716716
SpecialTypeResolver::seedFileMetadata($filePath, $namespace, $imports, $classTraitUseDocs);
717717
}
718-
}
718+
}

tests/Internal/PathMatcherTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,4 +274,4 @@
274274
expect(true)->toBeTrue();
275275
});
276276
});
277-
});
277+
});

0 commit comments

Comments
 (0)