Completed
Push — feature/0.7.0 ( 9b3495...0c7d59 )
by Ryuichi
43:39
created
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/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.
WebStream/Cache/Driver/Redis.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
 
7 6
 /**
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.