@@ -108,7 +108,7 @@ |
||
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 | { |
@@ -2,9 +2,8 @@ |
||
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 |