Completed
Push — master ( 9da255...e06f1c )
by Leo
03:13
created
code/Admin/VersionedForm.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use SaltedHerring\Debugger as Debugger;
4
-
5 3
 class VersionedForm extends GridFieldDetailForm {
6 4
 	
7 5
 }
Please login to merge, or discard this patch.
code/Block.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use SaltedHerring\Debugger as Debugger;
4
-
5 3
 class Block extends DataObject {
6 4
 	protected static $db = array (
7 5
 		'SortOrder'			=>	'Int',
Please login to merge, or discard this patch.
code/BlocksAdmin.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php use SaltedHerring\Debugger as Debugger;
1
+<?php 
2 2
 /**
3 3
  * @file BlocksAdmin.php
4 4
  *
Please login to merge, or discard this patch.