Completed
Push — master ( 722454...5b9105 )
by Lars
02:01 queued 12s
created
build/generate_docs.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-require __DIR__ . '/../vendor/autoload.php';
4
-require __DIR__ . '/vendor/autoload.php';
3
+require __DIR__.'/../vendor/autoload.php';
4
+require __DIR__.'/vendor/autoload.php';
5 5
 
6 6
 $readmeText = (new \voku\PhpReadmeHelper\GenerateApi())->generate(
7
-    __DIR__ . '/../src/',
8
-    __DIR__ . '/docs/api.md',
7
+    __DIR__.'/../src/',
8
+    __DIR__.'/docs/api.md',
9 9
     [
10 10
         \voku\helper\DomParserInterface::class,
11 11
         \voku\helper\SimpleHtmlDomNodeInterface::class,
@@ -13,4 +13,4 @@  discard block
 block discarded – undo
13 13
     ]
14 14
 );
15 15
 
16
-file_put_contents(__DIR__ . '/../README_API.md', $readmeText);
16
+file_put_contents(__DIR__.'/../README_API.md', $readmeText);
Please login to merge, or discard this patch.