Completed
Push — master ( 22fb87...ee9a58 )
by Rory
01:10 queued 11s
created
src/CustomTaxonomy.php 2 patches
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.
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 CustomTaxonomy
9 9
 {
Please login to merge, or discard this patch.