Completed
Push — master ( 0d17ec...34df22 )
by Yaro
02:05
created
src/Blueprint.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -32,6 +32,9 @@
 block discarded – undo
32 32
         $this->endpoints = $endpoints;
33 33
     }
34 34
     
35
+    /**
36
+     * @return string
37
+     */
35 38
     public function render()
36 39
     {
37 40
         $host = $this->config->get('yaro.apidocs.blueprint.host');
Please login to merge, or discard this patch.
config/apidocs.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
     /**
30 30
      * API Blueprint related data.
31 31
      */
32
-     'blueprint' => [
32
+        'blueprint' => [
33 33
      
34 34
         'host' => null,
35 35
         
@@ -39,6 +39,6 @@  discard block
 block discarded – undo
39 39
         'reference_delimiter' => ' / ',
40 40
         'disc' => 'apidocs',
41 41
         
42
-     ]
42
+        ]
43 43
 
44 44
 ];
Please login to merge, or discard this patch.