File tree Expand file tree Collapse file tree 5 files changed +5
-61
lines changed Expand file tree Collapse file tree 5 files changed +5
-61
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Phalcon CI] ( https://github.com/phalcon/traits/actions/workflows/main.yml/badge.svg?branch=1.x )] ( https://github.com/phalcon/traits/actions/workflows/main.yml )
4
4
[ ![ PDS Skeleton] ( https://img.shields.io/badge/pds-skeleton-blue.svg?style=flat-square )] ( https://github.com/php-pds/skeleton )
5
- [ ![ codecov ] ( https://codecov .io/gh/phalcon/traits/branch/1.x/graph/badge.svg?token=I4bgs0E168 )] ( https://codecov .io/gh/phalcon/traits )
6
- [ ![ Codacy Badge ] ( https://app.codacy.com/project/badge/Grade/049cb6c1c06342579ebffb8e78ab9dd1 )] ( https://www.codacy.com/gh/phalcon/traits/dashboard?utm_source=github.com & amp ; utm_medium=referral & amp ; utm_content=phalcon/traits & amp ; utm_campaign=Badge_Grade )
5
+ [ ![ Quality Gate Status ] ( https://sonarcloud .io/api/project_badges/measure?project=phalcon_traits&metric=alert_status )] ( https://sonarcloud .io/summary/new_code?id=phalcon_traits )
6
+ [ ![ Coverage ] ( https://sonarcloud.io/api/project_badges/measure?project=phalcon_traits&metric=coverage )] ( https://sonarcloud.io/summary/new_code?id=phalcon_traits )
7
7
8
8
This package contains traits with methods that are used for Phalcon v6 onward.
9
9
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- XDEBUG_MODE = coverage
1
+ XDEBUG_MODE = coverage
Original file line number Diff line number Diff line change 4
4
<arg value =" -colors" />
5
5
<arg value =" s" />
6
6
<arg value =" p" />
7
- <arg name =" parallel" value =" 75" />
8
-
9
7
<rule ref =" PSR12" >
10
- <type >error</type >
11
- <!-- <exclude name="PSR2.Methods.MethodDeclaration.Underscore"/>-->
8
+ <exclude name =" PSR2.Methods.MethodDeclaration.Underscore" />
12
9
</rule >
13
-
14
- <!-- Don't hide tokenizer exceptions -->
15
- <rule ref =" Internal.Tokenizer.Exception" >
16
- <type >error</type >
17
- </rule >
18
-
19
- <!-- Ban some functions -->
20
- <rule ref =" Generic.PHP.ForbiddenFunctions" >
21
- <properties >
22
- <property name =" forbiddenFunctions" type =" array" >
23
- <element key =" sizeof" value =" count" />
24
- <element key =" delete" value =" unset" />
25
- <element key =" print" value =" echo" />
26
- <element key =" is_null" value =" null" />
27
- <element key =" create_function" value =" null" />
28
- </property >
29
- </properties >
30
- </rule >
31
-
32
10
<file >../src</file >
33
11
<file >../tests/unit</file >
34
12
</ruleset >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ trait UncamelizeTrait
20
20
{
21
21
/**
22
22
* @param string $text
23
- * @param string $delimiters
23
+ * @param string $delimiter
24
24
*
25
25
* @return string
26
26
*/
You can’t perform that action at this time.
0 commit comments