Completed
Push — master ( 1945c4...1ab32a )
by Ryuichi
46:23 queued 43:37
created
Attributes/Filter.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use WebStream\Annotation\Base\IRead;
8 8
 use WebStream\Annotation\Container\AnnotationContainer;
9 9
 use WebStream\Container\Container;
10
-use WebStream\Exception\Extend\AnnotationException;
11 10
 
12 11
 /**
13 12
  * Filter
Please login to merge, or discard this patch.
Attributes/Query.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use WebStream\Annotation\Base\IAnnotatable;
6 6
 use WebStream\Annotation\Base\IRead;
7 7
 use WebStream\Annotation\Base\IMethods;
8
-use WebStream\Annotation\container\AnnotationListContainer;
9 8
 use WebStream\Container\Container;
10 9
 use WebStream\Exception\Extend\DatabaseException;
11 10
 use WebStream\IO\File;
Please login to merge, or discard this patch.
Modules/Container/Container.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -72,8 +72,7 @@
 block discarded – undo
72 72
 
73 73
     /**
74 74
      * キーの値を設定する
75
-     * @param  string $name      メソッド名
76
-     * @param  array  $arguments 引数リスト
75
+     * @param string $key
77 76
      * @return void
78 77
      */
79 78
     public function set($key, $value)
Please login to merge, or discard this patch.
Modules/Exception/Delegate/ExceptionDelegator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 namespace WebStream\Exception\Delegate;
3 3
 
4 4
 use WebStream\DI\Injector;
5
-use WebStream\Exception\SystemException;
6 5
 use WebStream\Exception\DelegateException;
7 6
 
8 7
 /**
Please login to merge, or discard this patch.
Modules/Exception/Extend/ClassNotFoundException.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -13,6 +13,7 @@
 block discarded – undo
13 13
 {
14 14
     /**
15 15
      * constructor
16
+     * @param string $message
16 17
      */
17 18
     public function __construct($message = null)
18 19
     {
Please login to merge, or discard this patch.
Modules/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.
Modules/IO/StringInputStream.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 namespace WebStream\IO;
3 3
 
4 4
 use WebStream\Exception\Extend\InvalidArgumentException;
5
-use WebStream\Exception\Extend\IOException;
6 5
 
7 6
 /**
8 7
  * StringInputStream
Please login to merge, or discard this patch.
Reader/AnnotationReader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -148,7 +148,7 @@
 block discarded – undo
148 148
     /**
149 149
      * 読み込み可能アノテーション情報を設定する
150 150
      * @param string アノテーションクラスパス
151
-     * @param Container アノテーションクラス依存コンテナ
151
+     * @param Container Container
152 152
      */
153 153
     public function readable(string $classpath, Container $container = null)
154 154
     {
Please login to merge, or discard this patch.
Modules/Exception/Extend/CollectionException.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -13,6 +13,7 @@
 block discarded – undo
13 13
 {
14 14
     /**
15 15
      * constructor
16
+     * @param string $message
16 17
      */
17 18
     public function __construct($message = null)
18 19
     {
Please login to merge, or discard this patch.