mirror of
https://github.com/pestphp/pest.git
synced 2026-07-22 17:40:03 +02:00
chore: style changes
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
$state = new stdClass();
|
||||
$state = new stdClass;
|
||||
$state->text = '';
|
||||
test('uses dataset', function ($value) use ($state) {
|
||||
$state->text .= $value;
|
||||
|
||||
Reference in New Issue
Block a user