Completed
Push — master ( b1e717...1d1c2c )
by Rory
11s
created
src/CustomPostType.php 1 patch
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.