Completed
Push — master ( 53d3fb...369d32 )
by Ryan
10s
created
src/Ui/Form/FormAuthorizer.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
     /**
25 25
      * Create a new FormAuthorizer instance.
26 26
      *
27
-     * @param ModuleCollection $modules
28 27
      * @param Authorizer       $authorizer
29 28
      */
30 29
     public function __construct(Authorizer $authorizer)
Please login to merge, or discard this patch.
src/Ui/Table/Command/SetDefaultParameters.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,6 @@
 block discarded – undo
53 53
     /**
54 54
      * Set the table model object from the builder's model.
55 55
      *
56
-     * @param SetDefaultParameters $command
57 56
      */
58 57
     public function handle()
59 58
     {
Please login to merge, or discard this patch.
src/Ui/Table/Component/Action/Command/SetActiveAction.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,6 @@
 block discarded – undo
34 34
     /**
35 35
      * Set the active action.
36 36
      *
37
-     * @param SetActiveAction $command
38 37
      */
39 38
     public function handle()
40 39
     {
Please login to merge, or discard this patch.
src/Ui/Table/Component/View/Command/SetActiveView.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,6 @@
 block discarded – undo
38 38
      * Handle the command.
39 39
      *
40 40
      * @param Request   $request
41
-     * @param Container $container
42 41
      */
43 42
     public function handle(Request $request, ViewHandler $handler)
44 43
     {
Please login to merge, or discard this patch.
src/Ui/Tree/Tree.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -295,7 +295,7 @@
 block discarded – undo
295 295
     /**
296 296
      * Add data to the data collection.
297 297
      *
298
-     * @param $key
298
+     * @param string $key
299 299
      * @param $value
300 300
      * @return $this
301 301
      */
Please login to merge, or discard this patch.
src/Addon/Extension/ExtensionCollection.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -164,7 +164,6 @@
 block discarded – undo
164 164
     /**
165 165
      * Set the installed and enabled states.
166 166
      *
167
-     * @param array $installed
168 167
      */
169 168
     public function setStates(array $states)
170 169
     {
Please login to merge, or discard this patch.
src/Addon/Extension/ExtensionModel.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
      * Find a module by it's namespace or return a new
41 41
      * module with the given namespace.
42 42
      *
43
-     * @param  $namespace
43
+     * @param  string $namespace
44 44
      * @return ModuleModel
45 45
      */
46 46
     public function findByNamespaceOrNew($namespace)
Please login to merge, or discard this patch.
src/StreamsPlugin.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -157,7 +157,7 @@  discard block
 block discarded – undo
157 157
     /**
158 158
      * Get the plugin functions.
159 159
      *
160
-     * @return array
160
+     * @return \Twig_SimpleFunction[]
161 161
      */
162 162
     public function getFunctions()
163 163
     {
@@ -376,7 +376,7 @@  discard block
 block discarded – undo
376 376
     /**
377 377
      * Get the filters.
378 378
      *
379
-     * @return array
379
+     * @return \Twig_SimpleFilter[]
380 380
      */
381 381
     public function getFilters()
382 382
     {
Please login to merge, or discard this patch.
src/Ui/Form/Command/SetDefaultParameters.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,6 @@
 block discarded – undo
53 53
     /**
54 54
      * Set the table model object from the builder's model.
55 55
      *
56
-     * @param SetDefaultParameters $command
57 56
      */
58 57
     public function handle()
59 58
     {
Please login to merge, or discard this patch.