Completed
Push — master ( b1e717...1d1c2c )
by Rory
11s
created
src/CustomPostType.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -71,6 +71,9 @@
 block discarded – undo
71 71
         return $this;
72 72
     }
73 73
 
74
+    /**
75
+     * @param string $singular
76
+     */
74 77
     protected function calculateLabels($singular)
75 78
     {
76 79
         $singular = str_replace('_', ' ', $singular);
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Brightoak\WordPressTools;
4 4
 
5
-use Illuminate\Support\Str;
6 5
 use Brightoak\WordPressTools\Exceptions\InvalidArgumentException;
6
+use Illuminate\Support\Str;
7 7
 
8 8
 class CustomPostType
9 9
 {
Please login to merge, or discard this patch.