Skip to content

Commit

Permalink
adding void return type
Browse files Browse the repository at this point in the history
  • Loading branch information
mpackard@wayfair.com committed Oct 31, 2019
1 parent c3a6de0 commit 8e8503e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/RendererTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class RendererTest extends \PHPUnit\Framework\TestCase
/**
* {@inheritdoc}
*/
public function setUp()
public function setUp() : void
{
$this->renderer = new \WF\Hypernova\Renderer('http://localhost:8080/batch');
$this->defaultJob = new Job('my_component', ['foo' => ['bar' => [], 'baz' => []]]);
Expand Down

0 comments on commit 8e8503e

Please sign in to comment.