Completed
Branch master (6d332f)
by Mikhail
06:45
created
src/SilexPinbaProvider/Cache/Filesystem.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
34 34
     }
35 35
 
36 36
     /**
37
-     * @param $methodName
37
+     * @param string $methodName
38 38
      * @return StopwatchEvent
39 39
      */
40 40
     protected function getStopwatchEvent($methodName)
@@ -215,7 +215,7 @@  discard block
 block discarded – undo
215 215
     /**
216 216
      * Gets the cache file extension.
217 217
      *
218
-     * @return string|null
218
+     * @return string
219 219
      */
220 220
     public function getExtension() {
221 221
         if ($this->stopwatch) {
Please login to merge, or discard this 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.
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.