Completed
Branch master (6d332f)
by Mikhail
06:45
created
src/SilexPinbaProvider/pinba_emulator.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,4 +40,4 @@
 block discarded – undo
40 40
         'hostname'    => 'emulate hostname',
41 41
         "server_name" => 'emulate server name',
42 42
     );
43
- }
44 43
\ No newline at end of file
44
+    }
45 45
\ No newline at end of file
Please login to merge, or discard this patch.
src/SilexPinbaProvider/Cache/Filesystem.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Mikhail Dolgov <[email protected]>
4
- * @date   09.03.2016 11:59
5
- */
3
+     * @author Mikhail Dolgov <[email protected]>
4
+     * @date   09.03.2016 11:59
5
+     */
6 6
 
7 7
 namespace SilexPinbaProvider\Cache;
8 8
 
Please login to merge, or discard this patch.