Skip to content

Commit 8d8d78d

Browse files
matticbotkangzj
authored andcommitted
phan: Update custom stubs (#45066)
Co-authored-by: matticbot <[email protected]>
1 parent 56202f8 commit 8d8d78d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.phan/stubs/phpunit-stubs.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Stubs automatically generated from PHPUnit 12.3.7
3+
* Stubs automatically generated from PHPUnit 12.3.8
44
* using the definition file `tools/stubs/phpunit-stub-defs.php` in the Jetpack monorepo.
55
*
66
* Do not edit this directly! Run tools/stubs/update-stubs.sh to regenerate it.
@@ -19170,6 +19170,9 @@ final class HookMethods
1917019170
public function hookMethods(string $className): array
1917119171
{
1917219172
}
19173+
public function isHookMethod(\ReflectionMethod $method): bool
19174+
{
19175+
}
1917319176
}
1917419177
/**
1917519178
* @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
@@ -27844,9 +27847,6 @@ public static function currentTestCase(): \PHPUnit\Framework\TestCase
2784427847
public static function isTestMethod(\ReflectionMethod $method): bool
2784527848
{
2784627849
}
27847-
public static function isHookMethod(\ReflectionMethod $method): bool
27848-
{
27849-
}
2785027850
}
2785127851
/**
2785227852
* @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit

.phan/stubs/woocommerce-payments-stubs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Stubs automatically generated from WooPayments 9.8.0
3+
* Stubs automatically generated from WooPayments 9.9.0
44
* using the definition file `tools/stubs/woocommerce-payments-stub-defs.php` in the Jetpack monorepo.
55
*
66
* Do not edit this directly! Run tools/stubs/update-stubs.sh to regenerate it.

0 commit comments

Comments
 (0)