@@ -196,7 +196,7 @@ public function testSetAddresses()
196
196
*
197
197
* @return void
198
198
*/
199
- public function testSetSingleAddressV4Legacy ()
199
+ public function testSetSingleAddressV4Legacy (): void
200
200
{
201
201
$ mapisExist = [
202
202
[MaintenanceMode::FLAG_FILENAME , true ],
@@ -223,7 +223,7 @@ public function testSetSingleAddressV4Legacy()
223
223
*
224
224
* @return void
225
225
*/
226
- public function testSetSingleAddressV4 ()
226
+ public function testSetSingleAddressV4 (): void
227
227
{
228
228
$ mapisExist = [
229
229
[MaintenanceMode::FLAG_FILENAME , true ],
@@ -250,7 +250,7 @@ public function testSetSingleAddressV4()
250
250
*
251
251
* @return void
252
252
*/
253
- public function testSetSingleAddressV6Legacy ()
253
+ public function testSetSingleAddressV6Legacy (): void
254
254
{
255
255
$ mapisExist = [
256
256
[MaintenanceMode::FLAG_FILENAME , true ],
@@ -277,7 +277,7 @@ public function testSetSingleAddressV6Legacy()
277
277
*
278
278
* @return void
279
279
*/
280
- public function testSetSingleAddressV6 ()
280
+ public function testSetSingleAddressV6 (): void
281
281
{
282
282
$ mapisExist = [
283
283
[MaintenanceMode::FLAG_FILENAME , true ],
@@ -304,7 +304,7 @@ public function testSetSingleAddressV6()
304
304
*
305
305
* @return void
306
306
*/
307
- public function testSetSingleAddressRangeV4 ()
307
+ public function testSetSingleAddressRangeV4 (): void
308
308
{
309
309
$ mapisExist = [
310
310
[MaintenanceMode::FLAG_FILENAME , true ],
@@ -331,7 +331,7 @@ public function testSetSingleAddressRangeV4()
331
331
*
332
332
* @return void
333
333
*/
334
- public function testSetSingleAddressRangeV6 ()
334
+ public function testSetSingleAddressRangeV6 (): void
335
335
{
336
336
$ mapisExist = [
337
337
[MaintenanceMode::FLAG_FILENAME , true ],
@@ -358,7 +358,7 @@ public function testSetSingleAddressRangeV6()
358
358
*
359
359
* @return void
360
360
*/
361
- public function testOnSetMultipleAddressesV4 ()
361
+ public function testOnSetMultipleAddressesV4 (): void
362
362
{
363
363
$ mapisExist = [
364
364
[MaintenanceMode::FLAG_FILENAME , true ],
@@ -388,7 +388,7 @@ public function testOnSetMultipleAddressesV4()
388
388
*
389
389
* @return void
390
390
*/
391
- public function testOnSetMultipleAddressesV6 ()
391
+ public function testOnSetMultipleAddressesV6 (): void
392
392
{
393
393
$ mapisExist = [
394
394
[MaintenanceMode::FLAG_FILENAME , true ],
@@ -418,7 +418,7 @@ public function testOnSetMultipleAddressesV6()
418
418
*
419
419
* @return void
420
420
*/
421
- public function testOnSetMultipleAddressesMixed ()
421
+ public function testOnSetMultipleAddressesMixed (): void
422
422
{
423
423
$ mapisExist = [
424
424
[MaintenanceMode::FLAG_FILENAME , true ],
@@ -450,7 +450,7 @@ public function testOnSetMultipleAddressesMixed()
450
450
*
451
451
* @return void
452
452
*/
453
- public function testOnSetMultipleAddressRangesV4 ()
453
+ public function testOnSetMultipleAddressRangesV4 (): void
454
454
{
455
455
$ mapisExist = [
456
456
[MaintenanceMode::FLAG_FILENAME , true ],
@@ -480,7 +480,7 @@ public function testOnSetMultipleAddressRangesV4()
480
480
*
481
481
* @return void
482
482
*/
483
- public function testOnSetMultipleAddressRangesV6 ()
483
+ public function testOnSetMultipleAddressRangesV6 (): void
484
484
{
485
485
$ mapisExist = [
486
486
[MaintenanceMode::FLAG_FILENAME , true ],
@@ -510,7 +510,7 @@ public function testOnSetMultipleAddressRangesV6()
510
510
*
511
511
* @return void
512
512
*/
513
- public function testOnSetMultipleAddressRangesMixed ()
513
+ public function testOnSetMultipleAddressRangesMixed (): void
514
514
{
515
515
$ mapisExist = [
516
516
[MaintenanceMode::FLAG_FILENAME , true ],
0 commit comments