Skip to content

Commit

Permalink
fix phpunti 8
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusrusu committed May 3, 2023
1 parent 4d11336 commit 5ccf5b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Controller/AbstractBaseControllerTestClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function getApplicationOrCreateOne()
return $this->application;
}

public function setUp($fixtureFilename = null)
public function setUp($fixtureFilename = null): void
{
static::$kernel = static::createKernel();
static::$kernel->boot();
Expand Down
2 changes: 1 addition & 1 deletion Controller/JsonApiAsArrayTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class JsonApiAsArrayTestCase extends AbstractBaseControllerTestClass
protected $env = [];
protected $current;

public function onNotSuccessfulTest(\Throwable $t){
public function onNotSuccessfulTest(\Throwable $t): void {
if($this->current instanceof TestDataChunk)
{
dump($this->current->data);
Expand Down

0 comments on commit 5ccf5b2

Please sign in to comment.