From 2a2a655002c5c4a6411201fb0dc6b28c26c53a27 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 22 Dec 2019 11:23:48 +0100 Subject: [PATCH] remove empty lines from constructor --- Autoloader.php | 1 - Math/Functions/Fibonacci.php | 1 - Math/Functions/Functions.php | 1 - Math/Functions/Gamma.php | 1 - Math/Geometry/ConvexHull/MonotoneChain.php | 1 - Math/Number/Integer.php | 1 - Math/Number/Natural.php | 1 - Math/Number/Numbers.php | 1 - Math/Number/Prime.php | 1 - Math/Statistic/Average.php | 1 - Math/Statistic/Basic.php | 1 - Math/Statistic/Correlation.php | 1 - Math/Statistic/Forecast/Error.php | 1 - Math/Statistic/MeasureOfDispersion.php | 1 - Security/PhpCode.php | 1 - System/File/FileUtils.php | 1 - System/File/Storage.php | 1 - Utils/ColorUtils.php | 1 - Utils/ImageUtils.php | 1 - Utils/Permutation.php | 1 - Utils/TestUtils.php | 1 - 21 files changed, 21 deletions(-) diff --git a/Autoloader.php b/Autoloader.php index a54b626f1..de29dfa9f 100644 --- a/Autoloader.php +++ b/Autoloader.php @@ -45,7 +45,6 @@ final class Autoloader */ private function __construct() { - } /** diff --git a/Math/Functions/Fibonacci.php b/Math/Functions/Fibonacci.php index 6453a4be6..348778039 100644 --- a/Math/Functions/Fibonacci.php +++ b/Math/Functions/Fibonacci.php @@ -34,7 +34,6 @@ final class Fibonacci */ private function __construct() { - } /** diff --git a/Math/Functions/Functions.php b/Math/Functions/Functions.php index 2aaa93e58..43a518911 100644 --- a/Math/Functions/Functions.php +++ b/Math/Functions/Functions.php @@ -32,7 +32,6 @@ final class Functions */ private function __construct() { - } /** diff --git a/Math/Functions/Gamma.php b/Math/Functions/Gamma.php index 84daaf81b..d64cbeb15 100644 --- a/Math/Functions/Gamma.php +++ b/Math/Functions/Gamma.php @@ -32,7 +32,6 @@ final class Gamma */ private function __construct() { - } /** diff --git a/Math/Geometry/ConvexHull/MonotoneChain.php b/Math/Geometry/ConvexHull/MonotoneChain.php index 9bf8ce982..132f58af2 100644 --- a/Math/Geometry/ConvexHull/MonotoneChain.php +++ b/Math/Geometry/ConvexHull/MonotoneChain.php @@ -32,7 +32,6 @@ final class MonotoneChain */ private function __construct() { - } /** diff --git a/Math/Number/Integer.php b/Math/Number/Integer.php index 38f4b5f9d..753177970 100644 --- a/Math/Number/Integer.php +++ b/Math/Number/Integer.php @@ -32,7 +32,6 @@ final class Integer */ private function __construct() { - } /** diff --git a/Math/Number/Natural.php b/Math/Number/Natural.php index bd77b1420..160023e63 100644 --- a/Math/Number/Natural.php +++ b/Math/Number/Natural.php @@ -32,7 +32,6 @@ final class Natural */ private function __construct() { - } /** diff --git a/Math/Number/Numbers.php b/Math/Number/Numbers.php index ce1aa6e9a..9cb0e802e 100644 --- a/Math/Number/Numbers.php +++ b/Math/Number/Numbers.php @@ -32,7 +32,6 @@ final class Numbers */ private function __construct() { - } /** diff --git a/Math/Number/Prime.php b/Math/Number/Prime.php index 1cee1fd0d..ee9a1c1ef 100644 --- a/Math/Number/Prime.php +++ b/Math/Number/Prime.php @@ -32,7 +32,6 @@ final class Prime */ private function __construct() { - } /** diff --git a/Math/Statistic/Average.php b/Math/Statistic/Average.php index ca90b61f0..f17e57288 100644 --- a/Math/Statistic/Average.php +++ b/Math/Statistic/Average.php @@ -47,7 +47,6 @@ final class Average */ private function __construct() { - } /** diff --git a/Math/Statistic/Basic.php b/Math/Statistic/Basic.php index 4b7cbfcf6..0984fd993 100644 --- a/Math/Statistic/Basic.php +++ b/Math/Statistic/Basic.php @@ -32,7 +32,6 @@ final class Basic */ private function __construct() { - } /** diff --git a/Math/Statistic/Correlation.php b/Math/Statistic/Correlation.php index ea0ba647d..2985a8516 100644 --- a/Math/Statistic/Correlation.php +++ b/Math/Statistic/Correlation.php @@ -32,7 +32,6 @@ final class Correlation */ private function __construct() { - } /** diff --git a/Math/Statistic/Forecast/Error.php b/Math/Statistic/Forecast/Error.php index 5ae46269a..b548188fa 100644 --- a/Math/Statistic/Forecast/Error.php +++ b/Math/Statistic/Forecast/Error.php @@ -37,7 +37,6 @@ final class Error */ private function __construct() { - } /** diff --git a/Math/Statistic/MeasureOfDispersion.php b/Math/Statistic/MeasureOfDispersion.php index 5fc9af638..cd9ed8248 100644 --- a/Math/Statistic/MeasureOfDispersion.php +++ b/Math/Statistic/MeasureOfDispersion.php @@ -35,7 +35,6 @@ final class MeasureOfDispersion */ private function __construct() { - } /** diff --git a/Security/PhpCode.php b/Security/PhpCode.php index 1391b8e06..494fe937e 100644 --- a/Security/PhpCode.php +++ b/Security/PhpCode.php @@ -65,7 +65,6 @@ final class PhpCode */ private function __construct() { - } /** diff --git a/System/File/FileUtils.php b/System/File/FileUtils.php index ba522aa28..b92916f19 100644 --- a/System/File/FileUtils.php +++ b/System/File/FileUtils.php @@ -45,7 +45,6 @@ final class FileUtils */ private function __construct() { - } /** diff --git a/System/File/Storage.php b/System/File/Storage.php index 07dd9c0fc..bac130a2b 100644 --- a/System/File/Storage.php +++ b/System/File/Storage.php @@ -42,7 +42,6 @@ final class Storage */ private function __construct() { - } /** diff --git a/Utils/ColorUtils.php b/Utils/ColorUtils.php index b458d1f4c..2933a5f66 100644 --- a/Utils/ColorUtils.php +++ b/Utils/ColorUtils.php @@ -32,7 +32,6 @@ final class ColorUtils */ private function __construct() { - } /** diff --git a/Utils/ImageUtils.php b/Utils/ImageUtils.php index c0789d743..38392bfcd 100644 --- a/Utils/ImageUtils.php +++ b/Utils/ImageUtils.php @@ -34,7 +34,6 @@ final class ImageUtils */ private function __construct() { - } /** diff --git a/Utils/Permutation.php b/Utils/Permutation.php index 028e80cda..eb1e276e8 100644 --- a/Utils/Permutation.php +++ b/Utils/Permutation.php @@ -32,7 +32,6 @@ final class Permutation */ private function __construct() { - } /** diff --git a/Utils/TestUtils.php b/Utils/TestUtils.php index 4f15cae83..255b0c62e 100644 --- a/Utils/TestUtils.php +++ b/Utils/TestUtils.php @@ -34,7 +34,6 @@ final class TestUtils */ private function __construct() { - } /**