Completed
Push — feature/0.7.0 ( a43410...0adc7f )
by Ryuichi
02:57
created
WebStream/Core/CoreInterface.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,8 +29,8 @@
 block discarded – undo
29 29
     public function __initialize(Container $container);
30 30
 
31 31
     /**
32
-    * カスタムアノテーション情報を設定する
33
-    * @param array<mixed> カスタムアノテーション情報
32
+     * カスタムアノテーション情報を設定する
33
+     * @param array<mixed> カスタムアノテーション情報
34 34
      */
35 35
     public function __customAnnotation(array $annotation);
36 36
 }
Please login to merge, or discard this patch.
WebStream/Core/CoreController.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
     }
80 80
 
81 81
     /**
82
-    * {@inheritdoc}
82
+     * {@inheritdoc}
83 83
      */
84 84
     public function __customAnnotation(array $annotation)
85 85
     {
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
     }
88 88
 
89 89
     /**
90
-    * {@inheritdoc}
90
+     * {@inheritdoc}
91 91
      * @Filter(type="initialize")
92 92
      */
93 93
     public function __initialize(Container $container)
Please login to merge, or discard this patch.
WebStream/Core/CoreModel.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
     }
93 93
 
94 94
     /**
95
-    * {@inheritdoc}
95
+     * {@inheritdoc}
96 96
      */
97 97
     public function __customAnnotation(array $annotation)
98 98
     {
Please login to merge, or discard this patch.
WebStream/Core/CoreHelper.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
     }
60 60
 
61 61
     /**
62
-    * {@inheritdoc}
62
+     * {@inheritdoc}
63 63
      */
64 64
     public function __customAnnotation(array $annotation)
65 65
     {
Please login to merge, or discard this patch.