From becce6b7520912257c3d72697a3aefec9923a467 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Thu, 29 Nov 2018 20:59:46 +0100 Subject: Define an official codestyle and adhere to it. --- lib/DependencyInjection/IFactory.php | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/DependencyInjection') diff --git a/lib/DependencyInjection/IFactory.php b/lib/DependencyInjection/IFactory.php index b2099c225..73c283380 100644 --- a/lib/DependencyInjection/IFactory.php +++ b/lib/DependencyInjection/IFactory.php @@ -22,5 +22,4 @@ interface IFactory * @return mixed the constructed object */ public function build(); - } -- cgit v1.2.3