Completed
Branch master (c9de66)
by Lukáš
02:33
created
src/Configurator/ConfiguratorInterface.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -6,5 +6,8 @@
 block discarded – undo
6 6
 
7 7
 interface ConfiguratorInterface
8 8
 {
9
+	/**
10
+	 * @return void
11
+	 */
9 12
 	public function configure(Texy $texy);
10 13
 }
Please login to merge, or discard this patch.