Skip to content

Commit 38b502b

Browse files
spawniaStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent a69fc9d commit 38b502b

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

tests/RegexTest.php

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ public function __toString(): string
138138
/**
139139
* @dataProvider regexClassProvider
140140
*
141-
* @throws Error
142-
*
143141
* @param Regex $regex
142+
*
143+
* @throws Error
144144
*/
145145
public function testParseValueThrowsIfValueCantBeString(Regex $regex): void
146146
{
@@ -154,9 +154,9 @@ public function testParseValueThrowsIfValueCantBeString(Regex $regex): void
154154
/**
155155
* @dataProvider regexClassProvider
156156
*
157-
* @throws Error
158-
*
159157
* @param Regex $regex
158+
*
159+
* @throws Error
160160
*/
161161
public function testParseValueThrowsIfValueDoesNotMatch(Regex $regex): void
162162
{
@@ -169,9 +169,9 @@ public function testParseValueThrowsIfValueDoesNotMatch(Regex $regex): void
169169
/**
170170
* @dataProvider regexClassProvider
171171
*
172-
* @throws Error
173-
*
174172
* @param Regex $regex
173+
*
174+
* @throws Error
175175
*/
176176
public function testParseValuePassesOnMatch(Regex $regex): void
177177
{
@@ -184,9 +184,9 @@ public function testParseValuePassesOnMatch(Regex $regex): void
184184
/**
185185
* @dataProvider regexClassProvider
186186
*
187-
* @throws Error
188-
*
189187
* @param Regex $regex
188+
*
189+
* @throws Error
190190
*/
191191
public function testParseLiteralThrowsIfNotString(Regex $regex): void
192192
{
@@ -199,9 +199,9 @@ public function testParseLiteralThrowsIfNotString(Regex $regex): void
199199
/**
200200
* @dataProvider regexClassProvider
201201
*
202-
* @throws Error
203-
*
204202
* @param Regex $regex
203+
*
204+
* @throws Error
205205
*/
206206
public function testParseLiteralThrowsIfValueDoesNotMatch(Regex $regex): void
207207
{
@@ -214,9 +214,9 @@ public function testParseLiteralThrowsIfValueDoesNotMatch(Regex $regex): void
214214
/**
215215
* @dataProvider regexClassProvider
216216
*
217-
* @throws Error
218-
*
219217
* @param Regex $regex
218+
*
219+
* @throws Error
220220
*/
221221
public function testParseLiteralPassesOnMatch(Regex $regex): void
222222
{

tests/StringScalarTest.php

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ public function __toString(): string
144144
/**
145145
* @dataProvider stringClassProvider
146146
*
147-
* @throws Error
148-
*
149147
* @param StringScalar $stringScalar
148+
*
149+
* @throws Error
150150
*/
151151
public function testParseValueThrowsIfValueCantBeString(StringScalar $stringScalar): void
152152
{
@@ -160,9 +160,9 @@ public function testParseValueThrowsIfValueCantBeString(StringScalar $stringScal
160160
/**
161161
* @dataProvider stringClassProvider
162162
*
163-
* @throws Error
164-
*
165163
* @param StringScalar $stringScalar
164+
*
165+
* @throws Error
166166
*/
167167
public function testParseValueThrowsIfValueDoesNotMatch(StringScalar $stringScalar): void
168168
{
@@ -175,9 +175,9 @@ public function testParseValueThrowsIfValueDoesNotMatch(StringScalar $stringScal
175175
/**
176176
* @dataProvider stringClassProvider
177177
*
178-
* @throws Error
179-
*
180178
* @param StringScalar $stringScalar
179+
*
180+
* @throws Error
181181
*/
182182
public function testParseValuePassesOnMatch(StringScalar $stringScalar): void
183183
{
@@ -190,9 +190,9 @@ public function testParseValuePassesOnMatch(StringScalar $stringScalar): void
190190
/**
191191
* @dataProvider stringClassProvider
192192
*
193-
* @throws Error
194-
*
195193
* @param StringScalar $stringScalar
194+
*
195+
* @throws Error
196196
*/
197197
public function testParseLiteralThrowsIfNotString(StringScalar $stringScalar): void
198198
{
@@ -205,9 +205,9 @@ public function testParseLiteralThrowsIfNotString(StringScalar $stringScalar): v
205205
/**
206206
* @dataProvider stringClassProvider
207207
*
208-
* @throws Error
209-
*
210208
* @param StringScalar $stringScalar
209+
*
210+
* @throws Error
211211
*/
212212
public function testParseLiteralThrowsIfValueDoesNotMatch(StringScalar $stringScalar): void
213213
{
@@ -220,9 +220,9 @@ public function testParseLiteralThrowsIfValueDoesNotMatch(StringScalar $stringSc
220220
/**
221221
* @dataProvider stringClassProvider
222222
*
223-
* @throws Error
224-
*
225223
* @param StringScalar $stringScalar
224+
*
225+
* @throws Error
226226
*/
227227
public function testParseLiteralPassesOnMatch(StringScalar $stringScalar): void
228228
{

0 commit comments

Comments
 (0)