Completed
Branch master (d37af6)
by Lorenzo
03:45 queued 01:11
created
src/GoogleStructuredDataTestTool.php 2 patches
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -122,6 +122,9 @@  discard block
 block discarded – undo
122 122
     }
123 123
 
124 124
 
125
+    /**
126
+     * @param boolean $result
127
+     */
125 128
     private function notify($result)
126 129
     {
127 130
         if ($result) {
@@ -147,7 +150,7 @@  discard block
 block discarded – undo
147 150
 
148 151
     /**
149 152
      * @param $mail
150
-     * @param $tuttoOk
153
+     * @param boolean $tuttoOk
151 154
      */
152 155
     private function sendEmail($mail, $tuttoOk)
153 156
     {
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 Padosoft\Laravel\Google\StructuredDataTestingTool;
4 4
 
5
-use Illuminate\Console\Command;
6 5
 use Config;
6
+use Illuminate\Console\Command;
7 7
 
8 8
 class GoogleStructuredDataTestTool extends Command
9 9
 {
Please login to merge, or discard this patch.