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 1
1
<?php
2
2
/**
3
- * Stubs automatically generated from PHPUnit 12.3.7
3
+ * Stubs automatically generated from PHPUnit 12.3.8
4
4
* using the definition file `tools/stubs/phpunit-stub-defs.php` in the Jetpack monorepo.
5
5
*
6
6
* Do not edit this directly! Run tools/stubs/update-stubs.sh to regenerate it.
@@ -19170,6 +19170,9 @@ final class HookMethods
19170
19170
public function hookMethods(string $className): array
19171
19171
{
19172
19172
}
19173
+ public function isHookMethod(\ReflectionMethod $method): bool
19174
+ {
19175
+ }
19173
19176
}
19174
19177
/**
19175
19178
* @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
27844
27847
public static function isTestMethod(\ReflectionMethod $method): bool
27845
27848
{
27846
27849
}
27847
- public static function isHookMethod(\ReflectionMethod $method): bool
27848
- {
27849
- }
27850
27850
}
27851
27851
/**
27852
27852
* @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Stubs automatically generated from WooPayments 9.8 .0
3
+ * Stubs automatically generated from WooPayments 9.9 .0
4
4
* using the definition file `tools/stubs/woocommerce-payments-stub-defs.php` in the Jetpack monorepo.
5
5
*
6
6
* Do not edit this directly! Run tools/stubs/update-stubs.sh to regenerate it.
You can’t perform that action at this time.
0 commit comments