Completed
Push — master ( 71cd39...d95db8 )
by Evan
15s
created
src/Support/Shortcode.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -61,10 +61,10 @@
 block discarded – undo
61 61
     }
62 62
 
63 63
     /**
64
-    * Call the shortcode's handler and return the output.
65
-    *
66
-    * @return mixed  Rendered shortcode output
67
-    */
64
+     * Call the shortcode's handler and return the output.
65
+     *
66
+     * @return mixed  Rendered shortcode output
67
+     */
68 68
     public function render()
69 69
     {
70 70
         $dedicated_method = "{$this->tag}_handler";
Please login to merge, or discard this patch.
src/Post/PostType.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,10 +3,8 @@
 block discarded – undo
3 3
 namespace Silk\Post;
4 4
 
5 5
 use stdClass;
6
-use InvalidArgumentException;
7 6
 use Illuminate\Support\Collection;
8 7
 use Silk\Exception\WP_ErrorException;
9
-use Silk\Post\Exception\InvalidPostTypeNameException;
10 8
 use Silk\Post\Exception\NonExistentPostTypeException;
11 9
 use Silk\Post\PostTypeBuilder;
12 10
 
Please login to merge, or discard this patch.