Completed
Push — feature/0.7.0 ( 0808a6...9b3495 )
by Ryuichi
44:29
created
WebStream/Cache/Driver/TemporaryFile.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace WebStream\Cache\Driver;
3 3
 
4
-use WebStream\DI\Injector;
5 4
 use WebStream\Container\Container;
6 5
 use WebStream\IO\File;
7 6
 use WebStream\Exception\Extend\IOException;
Please login to merge, or discard this patch.
WebStream/Core/CoreModel.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use WebStream\Annotation\Filter;
9 9
 use WebStream\Annotation\Base\IAnnotatable;
10 10
 use WebStream\Database\DatabaseManager;
11
-use WebStream\Database\Result;
12 11
 use WebStream\Exception\Extend\DatabaseException;
13 12
 use WebStream\Exception\Extend\MethodNotFoundException;
14 13
 use Doctrine\DBAL\Connection;
Please login to merge, or discard this patch.
WebStream/Exception/ApplicationException.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -16,6 +16,7 @@
 block discarded – undo
16 16
 
17 17
     /**
18 18
      * constructor
19
+     * @param \Exception $exception
19 20
      */
20 21
     public function __construct($message, $code = 500, $exception = null)
21 22
     {
Please login to merge, or discard this patch.
WebStream/Exception/SystemException.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -16,6 +16,7 @@
 block discarded – undo
16 16
 
17 17
     /**
18 18
      * constructor
19
+     * @param \Exception $exception
19 20
      */
20 21
     public function __construct($message, $code = 500, $exception = null)
21 22
     {
Please login to merge, or discard this patch.
WebStream/IO/File.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
 
31 31
     /**
32 32
      * constructor
33
-     * @param string $filepath ファイルパス
33
+     * @param string $filePath ファイルパス
34 34
      */
35 35
     public function __construct(string $filePath)
36 36
     {
Please login to merge, or discard this patch.
WebStream/Log/LoggerConfigurationManager.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -179,6 +179,7 @@
 block discarded – undo
179 179
     /**
180 180
      * ログローテートサイクルを時間に変換
181 181
      * @param string ローテートサイクル
182
+     * @param string $cycle
182 183
      * @return int ローテート時間
183 184
      * @throws LoggerException
184 185
      */
Please login to merge, or discard this patch.