File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 }
1111 ],
1212 "require" : {
13- "php" : " >=5.6 " ,
13+ "php" : " >=7.1.0 " ,
1414 "laravel/framework" : " >=5.3.0" ,
1515 "minime/annotations" : " 2.3.1" ,
1616 "ronasit/laravel-helpers" : " 1.3.*" ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ class AutoDocTestCase extends TestCase
1010{
1111 protected $ docService ;
1212
13- public function setUp ()
13+ public function setUp (): void
1414 {
1515 parent ::setUp ();
1616
@@ -22,7 +22,7 @@ public function createApplication()
2222 parent ::createApplication ();
2323 }
2424
25- public function tearDown ()
25+ public function tearDown (): void
2626 {
2727 $ currentTestCount = $ this ->getTestResultObject ()->count ();
2828 $ allTestCount = $ this ->getTestResultObject ()->topTestSuite ()->count ();
@@ -41,4 +41,4 @@ public function skipDocumentationCollecting()
4141 {
4242 AutoDocMiddleware::$ skipped = true ;
4343 }
44- }
44+ }
You can’t perform that action at this time.
0 commit comments