Completed
Pull Request — develop (#329)
by John
02:56
created
Alpha/Controller/ListActiveRecordsController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@  discard block
 block discarded – undo
96 96
      *
97 97
      * @param alpha\Util\Http\Request $request
98 98
      *
99
-     * @return alpha\Util\Http\Response
99
+     * @return Response
100 100
      *
101 101
      * @since 1.0
102 102
      */
@@ -120,7 +120,7 @@  discard block
 block discarded – undo
120 120
      *
121 121
      * @param alpha\Util\Http\Request $request
122 122
      *
123
-     * @return alpha\Util\Http\Response
123
+     * @return Response
124 124
      *
125 125
      * @since 1.0
126 126
      */
Please login to merge, or discard this patch.
Alpha/View/Renderer/Html/RendererProviderHTML.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
 use Alpha\Model\Type\Text;
24 24
 use Alpha\Model\ActiveRecord;
25 25
 use Alpha\Exception\IllegalArguementException;
26
-use Alpha\Exception\AlphaException;
27 26
 use ReflectionClass;
28 27
 
29 28
 /**
Please login to merge, or discard this patch.
Alpha/Model/Article.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 Alpha\Model\Type\Text;
8 8
 use Alpha\Model\Type\Boolean;
9 9
 use Alpha\Model\Type\Relation;
10
-use Alpha\Util\Config\Configprovider;
11 10
 use Alpha\Util\Logging\Logger;
12 11
 use Alpha\Util\Service\ServiceFactory;
13 12
 use Alpha\Exception\ValidationException;
Please login to merge, or discard this patch.