From 461bbb3dc54d24e153cb3b64190db14ada48b257 Mon Sep 17 00:00:00 2001 From: Eduar Bastidas Date: Thu, 20 Oct 2022 17:41:55 -0400 Subject: [PATCH] Added rule to disallow the use of variables without camel case. --- CHANGELOG.md | 3 +++ phpcs.xml | 1 + 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ee0556..6f81348 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to `laravel-phpcs` will be documented in this file +## 1.8.0 - 2022-10-20 +- Added rule to disallow the use of variables without camel case. + ## 1.7.2 - 2022-10-17 - Multiple parameters are now supported on the same line in multi-line functions. diff --git a/phpcs.xml b/phpcs.xml index e93b5b2..7d6e816 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -138,6 +138,7 @@ +