Passed
Push — develop ( 038ff5...6715ca )
by Remco
05:06
created
src/readme-md/README.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@  discard block
 block discarded – undo
20 20
 [![Code Intelligence Status](https://scrutinizer-ci.com/g/pronamic/wp-pronamic-ideal/badges/code-intelligence.svg?b=develop)](https://scrutinizer-ci.com/code-intelligence)
21 21
 [![codecov](https://codecov.io/gh/pronamic/wp-pronamic-ideal/branch/develop/graph/badge.svg)](https://codecov.io/gh/pronamic/wp-pronamic-ideal)
22 22
 
23
-<?php include __DIR__ . '/../general/description-short.php'; ?>
23
+<?php include __DIR__.'/../general/description-short.php'; ?>
24 24
 
25 25
 
26 26
 ## Gateways
@@ -43,4 +43,4 @@  discard block
 block discarded – undo
43 43
 
44 44
 ## Links
45 45
 
46
-<?php include __DIR__ . '/../general/links.php'; ?>
46
+<?php include __DIR__.'/../general/links.php'; ?>
Please login to merge, or discard this patch.