mirror of
https://github.com/pestphp/pest.git
synced 2026-03-09 09:17:23 +01:00
Migrates to Pint
This commit is contained in:
@ -72,11 +72,11 @@ class HasMethodsAndProperties
|
||||
public $posts = [
|
||||
[
|
||||
'is_published' => true,
|
||||
'title' => 'Foo',
|
||||
'title' => 'Foo',
|
||||
],
|
||||
[
|
||||
'is_published' => true,
|
||||
'title' => 'Bar',
|
||||
'title' => 'Bar',
|
||||
],
|
||||
];
|
||||
|
||||
@ -85,11 +85,11 @@ class HasMethodsAndProperties
|
||||
return [
|
||||
[
|
||||
'title' => 'Foo',
|
||||
'cost' => 20,
|
||||
'cost' => 20,
|
||||
],
|
||||
[
|
||||
'title' => 'Bar',
|
||||
'cost' => 30,
|
||||
'cost' => 30,
|
||||
],
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user