mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-07 12:36:25 +00:00
Fixed small coding standard error
This commit is contained in:
parent
87440bba87
commit
fc6edf4d9c
1 changed files with 1 additions and 1 deletions
|
@ -836,7 +836,7 @@ class HashTest extends CakeTestCase {
|
||||||
public function testExtractAttributeEqualityOnScalarValue() {
|
public function testExtractAttributeEqualityOnScalarValue() {
|
||||||
$data = array(
|
$data = array(
|
||||||
'Entity' => array(
|
'Entity' => array(
|
||||||
'id' => 1 ,
|
'id' => 1,
|
||||||
'data1' => 'value',
|
'data1' => 'value',
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue