Completed
Push — master ( 22fb87...ee9a58 )
by Rory
01:10 queued 11s
created
src/CustomPostType.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -82,6 +82,9 @@
 block discarded – undo
82 82
         return $this;
83 83
     }
84 84
 
85
+    /**
86
+     * @param string $calculatedLabel
87
+     */
85 88
     protected function calculateLabels($calculatedLabel)
86 89
     {
87 90
         if ($this->getSingularLabel() === null) {
Please login to merge, or discard this patch.
src/CustomTaxonomy.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -75,6 +75,9 @@
 block discarded – undo
75 75
 
76 76
 
77 77
 
78
+    /**
79
+     * @param string $calculatedLabel
80
+     */
78 81
     protected function calculateLabels($calculatedLabel)
79 82
     {
80 83
         if($this->getSingularLabel() === null){
Please login to merge, or discard this patch.