Merge pull request #49 from creative-commoners/pulls/master/fix-linting-in-master

FIX Correct minor linting issues
This commit is contained in:
Sam Minnée 2019-11-18 19:23:16 +13:00 committed by GitHub
commit 394b341a29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
<?php
namespace SilverStripe\IFrame;
use Page;

View File

@ -1,4 +1,5 @@
<?php
namespace SilverStripe\IFrame\Tests;
use SilverStripe\Core\Config\Config;