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