Completed
Push — master ( a0d6a5...b1e717 )
by Rory
59s
created
src/CustomPostType.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -70,6 +70,9 @@
 block discarded – undo
70 70
         return $this;
71 71
     }
72 72
 
73
+    /**
74
+     * @param string $singular
75
+     */
73 76
     protected function calculateLabels($singular)
74 77
     {
75 78
         $singular = str_replace('_', ' ' , $singular);
Please login to merge, or discard this patch.