Passed
Push — master ( 5e6d84...632a90 )
by Pouya
01:51
created
index.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 $path2 = $convert->convert('./bastam/shahab_service'); // https://www.jquery-az.com/html/test/bastam/shahab_service
10 10
 $path3 = $convert->convert('browserSupport/war_icon.png'); // https://www.jquery-az.com/html/test/browserSupport/war_icon.png
11 11
 
12
- //and another example
12
+    //and another example
13 13
 $convert = new ConvertToAbsolutePath('https://www.example.com/bastam/shahab_service');
14 14
 $convert->setBaseTag('https://bastam.bankmellat.ir/bastam/');
15 15
 $path4 = $convert->convert('?ex=151.0_5'); // https://bastam.bankmellat.ir/bastam/?ex=151.0_5
Please login to merge, or discard this patch.