Completed
Push — master ( 6204f5...87a117 )
by Sean
06:33
created
src/TestMailCommand.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
     /**
51 51
      * Execute the console command.
52 52
      *
53
-     * @return mixed
53
+     * @return integer|null
54 54
      */
55 55
     public function handle()
56 56
     {
@@ -90,6 +90,9 @@  discard block
 block discarded – undo
90 90
         $this->setStack();
91 91
     }
92 92
 
93
+    /**
94
+     * @param string $key
95
+     */
93 96
     protected function getPresetValue($key, $default = null)
94 97
     {
95 98
         return $this->config->get(
Please login to merge, or discard this patch.