Skip to content
Snippets Groups Projects
Commit 0338fc34 authored by Erick Hitter's avatar Erick Hitter
Browse files

PHPCS fix missed in 8b4a9c63

parent 8b4a9c63
Branches add/scaffolding
No related tags found
No related merge requests found
...@@ -95,7 +95,7 @@ class Main extends Singleton { ...@@ -95,7 +95,7 @@ class Main extends Singleton {
// Now what? // Now what?
switch ( $this->action ) { switch ( $this->action ) {
case 'delete_all' : case 'delete_all':
break; break;
case 'trash': case 'trash':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment