From 1e0469bda81a7139705ab36deff3c8a773dda566 Mon Sep 17 00:00:00 2001 From: AsnelChristian Date: Thu, 27 Oct 2016 09:21:12 +0100 Subject: [PATCH] PHPCodeSnifferBear: Add `PSR-1` standard Adds `PSR-1` standard, so that the PHP coding standard is respected. --- bears/php/PHPCodeSnifferBear.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bears/php/PHPCodeSnifferBear.py b/bears/php/PHPCodeSnifferBear.py index 2656b97f2f..de698e311a 100644 --- a/bears/php/PHPCodeSnifferBear.py +++ b/bears/php/PHPCodeSnifferBear.py @@ -112,6 +112,8 @@ class is on the next line, and that the closing brace for a class configs = ''' A custom coding standard + +