From 107b083d2bb1f6ed3448627224bafb13699f4a72 Mon Sep 17 00:00:00 2001 From: Carsten Schmitz Date: Tue, 15 Apr 2014 15:28:07 +0200 Subject: [PATCH 1/2] Fixed issue #8948: Bad wording on copy survey options --- application/views/admin/survey/subview/tabCopy_view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/admin/survey/subview/tabCopy_view.php b/application/views/admin/survey/subview/tabCopy_view.php index 31314782a6b..9cd56c39dd2 100644 --- a/application/views/admin/survey/subview/tabCopy_view.php +++ b/application/views/admin/survey/subview/tabCopy_view.php @@ -13,7 +13,7 @@
  • -
  • +
  • From dbcb574ef56681eb8284a4e06859152de6c26d2f Mon Sep 17 00:00:00 2001 From: Carsten Schmitz Date: Wed, 16 Apr 2014 13:14:37 +0200 Subject: [PATCH 2/2] Dev Updated Scrutinizer rules --- .scrutinizer.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 1d81546ec7c..35ce3f73826 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -1,5 +1,5 @@ filter: - excluded_paths: [framework/*, locale/*, docs/*, fonts/*, third_party/*, application/third_party/*, images/*, styles/*, styles-public/*, templates/*, themes/*, tmp/*, upload/*] + paths: ["application"] tools: php_code_sniffer: config: @@ -7,4 +7,4 @@ tools: php_pdepend: command: pdepend php_cs_fixer: - config: { level: psr1 } \ No newline at end of file + config: { level: psr1 }