Skip to content

Commit

Permalink
Fix code style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
johannessteu committed Apr 28, 2019
1 parent c12ae49 commit 0b01358
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ class PointcutExpressionParserTest extends UnitTestCase
*
* @return void
*/
protected function setUp(): void {
protected function setUp(): void
{
$this->mockObjectManager = $this->createMock(ObjectManagerInterface::class);
$this->mockReflectionService = $this->getMockBuilder(ReflectionService::class)->disableOriginalConstructor()->getMock();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
* source code.
*/

use Neos\Flow\Composer\Exception\InvalidConfigurationException;
use Neos\Flow\Configuration\ConfigurationManager;
use Neos\Flow\Configuration\Exception\InvalidConfigurationTypeException;
use Neos\Flow\Configuration\Exception\ParseErrorException;
Expand Down

0 comments on commit 0b01358

Please sign in to comment.