From 58f7764b0a1d6908475e112cbd657ae6dd53a691 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Tzermias?= Date: Fri, 16 Aug 2019 16:00:52 -0400 Subject: [PATCH] Remove UserModel reference from Home controller sign --- app/Controllers/Home.php | 2 -- contributing/styleguide.rst | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/app/Controllers/Home.php b/app/Controllers/Home.php index 00a35728148c..8798cdd8e4c0 100644 --- a/app/Controllers/Home.php +++ b/app/Controllers/Home.php @@ -1,7 +1,5 @@ `_ has proposed a number of canonical recommendations for PHP code style. CodeIgniter is not a member of of PHP-FIG. We commend their efforts to unite the PHP community, -but no not agree with all of their recommendations. +but do not agree with all of their recommendations. PSR-2 is PHP-FIG's Coding Style Guide. We do not claim conformance with it, although there are a lot of similarities. The differences will be pointed out