Browse source code
File: / tests/ PHP/ Depend/ _code/ bugs/ 098/ testDefaultPackageDoesNotContainsInterfaceWithBrokenBody.php
- Type
-
text/plain
- Last Author
- mapi
- Version
- 986
| Line | Rev. | Author | Source | |
|---|---|---|---|---|
| 1 | 986 | mapi | <?php | |
| 2 | ↓ | mapi | interface Foo extends Bar {} | |
| 3 | ↓ | mapi | interface Bar { ; } | |