Completed
Push — master ( 885fbd...5a8fbc )
by Mike
02:40
created
dummybot.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
  /**
57 57
   * Retrieve the plugin instance.
58 58
   *
59
-  * @return object Plugin
59
+  * @return Plugin Plugin
60 60
   */
61 61
  function plugin() {
62 62
  	static $instance;
Please login to merge, or discard this patch.
includes/class-delete.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace DummyPress;
3
-use DummyPress\Views\Users as Users;
4 3
 
5 4
 /**
6 5
  * Class to handle deletion of test data for the plugin.
Please login to merge, or discard this patch.
types/user.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace DummyPress\Types;
3
-use DummyPress as Main;
4 3
 use DummyPress\TestContent as TestContent;
5 4
 use DummyPress\Delete as Delete;
6 5
 use DummyPress\Abstracts as Abs;
Please login to merge, or discard this patch.