Completed
Push — master ( aca34a...575a3c )
by Evgeniy
06:28 queued 02:29
created
src/SmartGamma/Behat/PactExtension/Context/PactContextInterface.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -8,5 +8,8 @@
 block discarded – undo
8 8
 
9 9
 interface PactContextInterface extends Context
10 10
 {
11
+    /**
12
+     * @return void
13
+     */
11 14
     public function initialize(Pact $pact, ProviderState $providerState, Authenticator $authenticator): void;
12 15
 }
Please login to merge, or discard this patch.