From be99c7581246c3436bf5384eecd1d9223645b3d3 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 8 Feb 2017 10:20:33 +0200 Subject: [PATCH] Fixed Scrutinizer reported issue --- CHANGELOG.md | 1 + src/Commands/Reload.php | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6062612..f53080e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +- Fixed Scrutinizer reported issue - Renamed LICENSE - Tested `github_changelog_generator`, but did not like it diff --git a/src/Commands/Reload.php b/src/Commands/Reload.php index 7bf6f69..ab29c5a 100644 --- a/src/Commands/Reload.php +++ b/src/Commands/Reload.php @@ -22,8 +22,6 @@ class Reload extends Command /** * Create a new command instance. - * - * @return void */ public function __construct() {