Completed
Push — master ( 48abc9...c1fe63 )
by Igor
02:27
created
src/Bundle/Common/File/MimeType/MimeType.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
- * @license MIT
4
- * @author Igor Sorokin <[email protected]>
5
- */
3
+     * @license MIT
4
+     * @author Igor Sorokin <[email protected]>
5
+     */
6 6
 namespace Dspbee\Core;
7 7
 
8 8
 use Dspbee\Bundle\Template\Native;
Please login to merge, or discard this patch.
src/Bundle/Common/File/MimeType/BinaryMimeType.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
- * @license MIT
4
- * @author Igor Sorokin <[email protected]>
5
- */
3
+     * @license MIT
4
+     * @author Igor Sorokin <[email protected]>
5
+     */
6 6
 namespace Dspbee\Core;
7 7
 
8 8
 use Dspbee\Bundle\Template\Native;
Please login to merge, or discard this patch.
src/Bundle/Common/File/MimeType/FileInfoMimeType.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
- * @license MIT
4
- * @author Igor Sorokin <[email protected]>
5
- */
3
+     * @license MIT
4
+     * @author Igor Sorokin <[email protected]>
5
+     */
6 6
 namespace Dspbee\Core;
7 7
 
8 8
 use Dspbee\Bundle\Template\Native;
Please login to merge, or discard this patch.
src/Bundle/Common/File/File.php 2 patches
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
- * @license MIT
4
- * @author Igor Sorokin <[email protected]>
5
- */
3
+     * @license MIT
4
+     * @author Igor Sorokin <[email protected]>
5
+     */
6 6
 namespace Dspbee\Core;
7 7
 
8 8
 use Dspbee\Bundle\Template\Native;
Please login to merge, or discard this patch.
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
     }
63 63
 
64 64
     /**
65
-     * @return string|null
65
+     * @return string
66 66
      */
67 67
     public function guessMimeType()
68 68
     {
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
     }
71 71
 
72 72
     /**
73
-     * @param $directory
73
+     * @param string $directory
74 74
      * @param string|null $name
75 75
      *
76 76
      * @return File
Please login to merge, or discard this patch.
src/Bundle/Common/File/Exception/FileException.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
- * @license MIT
4
- * @author Igor Sorokin <[email protected]>
5
- */
3
+     * @license MIT
4
+     * @author Igor Sorokin <[email protected]>
5
+     */
6 6
 namespace Dspbee\Core;
7 7
 
8 8
 use Dspbee\Bundle\Template\Native;
Please login to merge, or discard this patch.
src/Bundle/Common/File/Extension/Extension.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
- * @license MIT
4
- * @author Igor Sorokin <[email protected]>
5
- */
3
+     * @license MIT
4
+     * @author Igor Sorokin <[email protected]>
5
+     */
6 6
 namespace Dspbee\Core;
7 7
 
8 8
 use Dspbee\Bundle\Template\Native;
Please login to merge, or discard this patch.
src/Bundle/Common/File/FileBag.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
- * @license MIT
4
- * @author Igor Sorokin <[email protected]>
5
- */
3
+     * @license MIT
4
+     * @author Igor Sorokin <[email protected]>
5
+     */
6 6
 namespace Dspbee\Core;
7 7
 
8 8
 use Dspbee\Bundle\Template\Native;
Please login to merge, or discard this patch.
src/Bundle/Common/Bag/ValueBag.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
- * @license MIT
4
- * @author Igor Sorokin <[email protected]>
5
- */
3
+     * @license MIT
4
+     * @author Igor Sorokin <[email protected]>
5
+     */
6 6
 namespace Dspbee\Core;
7 7
 
8 8
 use Dspbee\Bundle\Template\Native;
Please login to merge, or discard this patch.
src/Bundle/Common/Bag/GetBag.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
- * @license MIT
4
- * @author Igor Sorokin <[email protected]>
5
- */
3
+     * @license MIT
4
+     * @author Igor Sorokin <[email protected]>
5
+     */
6 6
 namespace Dspbee\Core;
7 7
 
8 8
 use Dspbee\Bundle\Template\Native;
Please login to merge, or discard this patch.