Passed
Push — master ( 5b634b...5acd4d )
by Бабичев
05:11
created
src/SDK/FileLoader/IniWriter.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
 
24 24
     /**
25 25
      * @param array $config
26
-     * @param null  $header
26
+     * @param string|null  $header
27 27
      *
28 28
      * @return string
29 29
      */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Bavix\SDK\FileLoader;
4 4
 
5
-use Bavix\Exceptions\Runtime;
6 5
 use Bavix\Helpers\File;
7 6
 
8 7
 class IniWriter
Please login to merge, or discard this patch.