Completed
Push — master ( 9c0ecb...554c66 )
by Nikola
02:32
created
src/RunOpenCode/ExchangeRate/Contract/ProcessorsRegistryInterface.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -6,6 +6,9 @@
 block discarded – undo
6 6
 
7 7
 interface ProcessorsRegistryInterface extends \IteratorAggregate
8 8
 {
9
+    /**
10
+     * @return void
11
+     */
9 12
     public function add(ProcessorInterface $processor);
10 13
 
11 14
     public function all();
Please login to merge, or discard this patch.