16
16
true ,
17
17
false ,
18
18
null ,
19
- new \ stdClass ,
19
+ new stdClass ,
20
20
),
21
21
Set \Sequence::of (Set \Strings::any ()),
22
22
),
@@ -61,7 +61,7 @@ static function($assert, $string, $other) {
61
61
true ,
62
62
false ,
63
63
null ,
64
- new \ stdClass ,
64
+ new stdClass ,
65
65
),
66
66
Set \Sequence::of (Set \Strings::any ()),
67
67
),
@@ -106,7 +106,7 @@ static function($assert, $int, $other) {
106
106
true ,
107
107
false ,
108
108
null ,
109
- new \ stdClass ,
109
+ new stdClass ,
110
110
),
111
111
Set \Sequence::of (Set \Strings::any ()),
112
112
),
@@ -152,7 +152,7 @@ static function($assert, $float, $other) {
152
152
true ,
153
153
false ,
154
154
null ,
155
- new \ stdClass ,
155
+ new stdClass ,
156
156
),
157
157
)),
158
158
Set \Composite::immutable (
@@ -175,7 +175,7 @@ static function($assert, $float, $other) {
175
175
true ,
176
176
false ,
177
177
null ,
178
- new \ stdClass ,
178
+ new stdClass ,
179
179
),
180
180
),
181
181
),
@@ -218,7 +218,7 @@ static function($assert, $array, $other) {
218
218
Set \RealNumbers::any (),
219
219
Set \Elements::of (
220
220
null ,
221
- new \ stdClass ,
221
+ new stdClass ,
222
222
),
223
223
Set \Sequence::of (Set \Either::any (
224
224
Set \Strings::any (),
@@ -228,7 +228,7 @@ static function($assert, $array, $other) {
228
228
true ,
229
229
false ,
230
230
null ,
231
- new \ stdClass ,
231
+ new stdClass ,
232
232
),
233
233
)),
234
234
),
@@ -272,7 +272,7 @@ static function($assert, $bool, $other) {
272
272
Set \Elements::of (
273
273
true ,
274
274
false ,
275
- new \ stdClass ,
275
+ new stdClass ,
276
276
),
277
277
Set \Sequence::of (Set \Either::any (
278
278
Set \Strings::any (),
@@ -282,7 +282,7 @@ static function($assert, $bool, $other) {
282
282
true ,
283
283
false ,
284
284
null ,
285
- new \ stdClass ,
285
+ new stdClass ,
286
286
),
287
287
)),
288
288
),
@@ -326,7 +326,7 @@ static function($assert, $other) {
326
326
true ,
327
327
false ,
328
328
null ,
329
- new \ stdClass ,
329
+ new stdClass ,
330
330
),
331
331
)),
332
332
Set \Composite::immutable (
0 commit comments