Completed
Branch master (c7f9c0)
by Lorenzo
06:19
created
src/GoogleStructuredDataTestTool.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@
 block discarded – undo
108 108
     /**
109 109
      * @param $mail
110 110
      * @param $nomailok
111
-     * @param $tuttoOk
111
+     * @param boolean $tuttoOk
112 112
      */
113 113
     private function notifyResult($mail, $nomailok, $tuttoOk)
114 114
     {
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Padosoft\Laravel\Google\StructuredDataTestingTool;
4 4
 
5
-use Illuminate\Console\Command;
6 5
 use Config;
7
-use Illuminate\Support\Facades\Artisan;
6
+use Illuminate\Console\Command;
8 7
 
9 8
 
10 9
 class GoogleStructuredDataTestTool extends Command
Please login to merge, or discard this patch.