mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +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() {
|
||||
$data = array(
|
||||
'Entity' => array(
|
||||
'id' => 1 ,
|
||||
'id' => 1,
|
||||
'data1' => 'value',
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue