File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public function singlestore_will_cast_all_types()
31
31
$ query3 = DB ::table ('test ' )->where ('data->value1->value2 ' , 1.5 );
32
32
$ query4 = DB ::table ('test ' )->where ('data->value1->value2 ' , json_encode (['a ' => 'b ' ]));
33
33
34
- if (!$ this ->runHybridIntegrations ()) {
34
+ if (! $ this ->runHybridIntegrations ()) {
35
35
return ;
36
36
}
37
37
@@ -71,7 +71,7 @@ public function json_boolean()
71
71
$ query2 ->toSql ()
72
72
);
73
73
74
- if (!$ this ->runHybridIntegrations ()) {
74
+ if (! $ this ->runHybridIntegrations ()) {
75
75
return ;
76
76
}
77
77
@@ -113,7 +113,7 @@ public function where_null()
113
113
$ query ->toSql ()
114
114
);
115
115
116
- if (!$ this ->runHybridIntegrations ()) {
116
+ if (! $ this ->runHybridIntegrations ()) {
117
117
return ;
118
118
}
119
119
@@ -139,7 +139,7 @@ public function where_not_null()
139
139
$ query ->toSql ()
140
140
);
141
141
142
- if (!$ this ->runHybridIntegrations ()) {
142
+ if (! $ this ->runHybridIntegrations ()) {
143
143
return ;
144
144
}
145
145
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ protected function setUp(): void
24
24
/** @test */
25
25
public function multipleBegin ()
26
26
{
27
- if (!$ this ->runHybridIntegrations ()) {
27
+ if (! $ this ->runHybridIntegrations ()) {
28
28
return ;
29
29
}
30
30
You can’t perform that action at this time.
0 commit comments