GITLAB
OTHER_COMPANY_PROJECTS
/ gk_auto
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Blame view
vendor/phpspec/prophecy/fixtures/Named.php
88 Bytes
Edit
Raw
Normal View
History
2e86c939
xu
“首次提交”
1 2 3 4 5 6 7 8
<?php namespace Fixtures\Prophecy; interface Named { public function getName(); }