Completed
Push — develop ( 28b436...18786c )
by John
03:01
created
Alpha/Model/ActiveRecordProviderFactory.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -67,8 +67,8 @@
 block discarded – undo
67 67
      * A static method that attempts to return a ActiveRecordProviderInterface instance
68 68
      * based on the name of the provider class supplied.
69 69
      *
70
-     * @param $providerName The fully-qualified class name of the provider class.
71
-     * @param $Record The (optional) active record instance to pass to the persistance provider for mapping.
70
+     * @param string $providerName The fully-qualified class name of the provider class.
71
+     * @param ActiveRecord $Record The (optional) active record instance to pass to the persistance provider for mapping.
72 72
      *
73 73
      * @throws \Alpha\Exception\IllegalArguementException
74 74
      *
Please login to merge, or discard this patch.
Alpha/View/SequenceView.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Alpha\Controller\Front\FrontController;
6 6
 use Alpha\Util\Logging\Logger;
7
-use Alpha\Util\Config\ConfigProvider;
8 7
 use Alpha\Model\Type\SmallText;
9 8
 use Alpha\View\Widget\Button;
10 9
 
Please login to merge, or discard this patch.