Skip to content

Commit 959e513

Browse files
committed
Removing PHPCS_Diff_Cache class
1 parent e975c90 commit 959e513

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

class-phpcs-diff-cache.php

Lines changed: 0 additions & 13 deletions
This file was deleted.

class-phpcs-diff.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ class PHPCS_Diff {
2929
public function __construct() {
3030

3131
require_once( __DIR__ . 'class-phpcs-diff-svn-parser.php' );
32-
require_once( __DIR__ . 'class-phpcs-diff-cache.php' );
3332

3433
$this->diff_parser = new PHPCS_Diff_SVN_parser( 'hello-dolly' );
3534

0 commit comments

Comments
 (0)