| @@ -14,7 +14,7 @@ | ||
| 14 | 14 |  { | 
| 15 | 15 | /** | 
| 16 | 16 | * @param Message $message | 
| 17 | - * @return mixed | |
| 17 | + * @return null|Message | |
| 18 | 18 | */ | 
| 19 | 19 | public function handle(Message $message) | 
| 20 | 20 |      { | 
| @@ -118,7 +118,7 @@ | ||
| 118 | 118 | } | 
| 119 | 119 | |
| 120 | 120 | /** | 
| 121 | - * @param $roomId | |
| 121 | + * @param string $roomId | |
| 122 | 122 | * @return Carbon | 
| 123 | 123 | */ | 
| 124 | 124 | public function getLastKarmaTimeForRoom($roomId) | 
| @@ -1,13 +1,13 @@ | ||
| 1 | 1 | <?php | 
| 2 | 2 | /** | 
| 3 | - * This file is part of GitterBot package. | |
| 4 | - * | |
| 5 | - * @author Serafim <[email protected]> | |
| 6 | - * @date 11.10.2015 6:07 | |
| 7 | - * | |
| 8 | - * For the full copyright and license information, please view the LICENSE | |
| 9 | - * file that was distributed with this source code. | |
| 10 | - */ | |
| 3 | + * This file is part of GitterBot package. | |
| 4 | + * | |
| 5 | + * @author Serafim <[email protected]> | |
| 6 | + * @date 11.10.2015 6:07 | |
| 7 | + * | |
| 8 | + * For the full copyright and license information, please view the LICENSE | |
| 9 | + * file that was distributed with this source code. | |
| 10 | + */ | |
| 11 | 11 | namespace App\Subscribers\Achievements; | 
| 12 | 12 | |
| 13 | 13 | use App\Karma; | 
| @@ -1,13 +1,13 @@ | ||
| 1 | 1 | <?php | 
| 2 | 2 | /** | 
| 3 | - * This file is part of GitterBot package. | |
| 4 | - * | |
| 5 | - * @author Serafim <[email protected]> | |
| 6 | - * @date 09.10.2015 17:08 | |
| 7 | - * | |
| 8 | - * For the full copyright and license information, please view the LICENSE | |
| 9 | - * file that was distributed with this source code. | |
| 10 | - */ | |
| 3 | + * This file is part of GitterBot package. | |
| 4 | + * | |
| 5 | + * @author Serafim <[email protected]> | |
| 6 | + * @date 09.10.2015 17:08 | |
| 7 | + * | |
| 8 | + * For the full copyright and license information, please view the LICENSE | |
| 9 | + * file that was distributed with this source code. | |
| 10 | + */ | |
| 11 | 11 | namespace App; | 
| 12 | 12 | |
| 13 | 13 | use App\Gitter\Client; | 
| @@ -1,13 +1,13 @@ | ||
| 1 | 1 | <?php | 
| 2 | 2 | /** | 
| 3 | - * This file is part of GitterBot package. | |
| 4 | - * | |
| 5 | - * @author Serafim <[email protected]> | |
| 6 | - * @date 09.10.2015 19:49 | |
| 7 | - * | |
| 8 | - * For the full copyright and license information, please view the LICENSE | |
| 9 | - * file that was distributed with this source code. | |
| 10 | - */ | |
| 3 | + * This file is part of GitterBot package. | |
| 4 | + * | |
| 5 | + * @author Serafim <[email protected]> | |
| 6 | + * @date 09.10.2015 19:49 | |
| 7 | + * | |
| 8 | + * For the full copyright and license information, please view the LICENSE | |
| 9 | + * file that was distributed with this source code. | |
| 10 | + */ | |
| 11 | 11 | namespace App\Gitter\Karma; | 
| 12 | 12 | |
| 13 | 13 | use App\User; | 
| @@ -1,13 +1,13 @@ | ||
| 1 | 1 | <?php | 
| 2 | 2 | /** | 
| 3 | - * This file is part of GitterBot package. | |
| 4 | - * | |
| 5 | - * @author Serafim <[email protected]> | |
| 6 | - * @date 09.10.2015 16:35 | |
| 7 | - * | |
| 8 | - * For the full copyright and license information, please view the LICENSE | |
| 9 | - * file that was distributed with this source code. | |
| 10 | - */ | |
| 3 | + * This file is part of GitterBot package. | |
| 4 | + * | |
| 5 | + * @author Serafim <[email protected]> | |
| 6 | + * @date 09.10.2015 16:35 | |
| 7 | + * | |
| 8 | + * For the full copyright and license information, please view the LICENSE | |
| 9 | + * file that was distributed with this source code. | |
| 10 | + */ | |
| 11 | 11 | namespace App\Gitter\Karma; | 
| 12 | 12 | |
| 13 | 13 | use App\User; | 
| @@ -1,13 +1,13 @@ | ||
| 1 | 1 | <?php | 
| 2 | 2 | /** | 
| 3 | - * This file is part of GitterBot package. | |
| 4 | - * | |
| 5 | - * @author Serafim <[email protected]> | |
| 6 | - * @date 24.09.2015 15:34 | |
| 7 | - * | |
| 8 | - * For the full copyright and license information, please view the LICENSE | |
| 9 | - * file that was distributed with this source code. | |
| 10 | - */ | |
| 3 | + * This file is part of GitterBot package. | |
| 4 | + * | |
| 5 | + * @author Serafim <[email protected]> | |
| 6 | + * @date 24.09.2015 15:34 | |
| 7 | + * | |
| 8 | + * For the full copyright and license information, please view the LICENSE | |
| 9 | + * file that was distributed with this source code. | |
| 10 | + */ | |
| 11 | 11 | |
| 12 | 12 | namespace App\Gitter\Middleware; | 
| 13 | 13 | |
| @@ -1,13 +1,13 @@ | ||
| 1 | 1 | <?php | 
| 2 | 2 | /** | 
| 3 | - * This file is part of GitterBot package. | |
| 4 | - * | |
| 5 | - * @author Serafim <[email protected]> | |
| 6 | - * @date 24.09.2015 15:27 | |
| 7 | - * | |
| 8 | - * For the full copyright and license information, please view the LICENSE | |
| 9 | - * file that was distributed with this source code. | |
| 10 | - */ | |
| 3 | + * This file is part of GitterBot package. | |
| 4 | + * | |
| 5 | + * @author Serafim <[email protected]> | |
| 6 | + * @date 24.09.2015 15:27 | |
| 7 | + * | |
| 8 | + * For the full copyright and license information, please view the LICENSE | |
| 9 | + * file that was distributed with this source code. | |
| 10 | + */ | |
| 11 | 11 | |
| 12 | 12 | namespace App\Gitter\Middleware; | 
| 13 | 13 | |
| @@ -1,13 +1,13 @@ | ||
| 1 | 1 | <?php | 
| 2 | 2 | /** | 
| 3 | - * This file is part of GitterBot package. | |
| 4 | - * | |
| 5 | - * @author Serafim <[email protected]> | |
| 6 | - * @date 11.10.2015 8:27 | |
| 7 | - * | |
| 8 | - * For the full copyright and license information, please view the LICENSE | |
| 9 | - * file that was distributed with this source code. | |
| 10 | - */ | |
| 3 | + * This file is part of GitterBot package. | |
| 4 | + * | |
| 5 | + * @author Serafim <[email protected]> | |
| 6 | + * @date 11.10.2015 8:27 | |
| 7 | + * | |
| 8 | + * For the full copyright and license information, please view the LICENSE | |
| 9 | + * file that was distributed with this source code. | |
| 10 | + */ | |
| 11 | 11 | namespace App\Gitter\Subscriber; | 
| 12 | 12 | |
| 13 | 13 | /** |