Completed
Push — master ( b74cd0...088e4f )
by Dennis
11:47
created
Classes/Provider.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -10,5 +10,8 @@
 block discarded – undo
10 10
  */
11 11
 interface Provider
12 12
 {
13
+    /**
14
+     * @return string
15
+     */
13 16
     public function generate();
14 17
 }
Please login to merge, or discard this patch.