Completed
Branch master (e3793e)
by Quentin
09:16
created
src/Synapse/Cmf/Framework/Engine/Decorator/Component/FragmentDecorator.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,6 @@
 block discarded – undo
44 44
      * Proxy to prepare() method, using current context as argument.
45 45
      *
46 46
      * @param ComponentInterface $component
47
-     * @param RenderingContext   $templateContext
48 47
      *
49 48
      * @return self
50 49
      */
Please login to merge, or discard this patch.
src/Synapse/Cmf/Framework/Engine/Renderer/Zone/ZoneRenderer.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
      * Construct.
35 35
      *
36 36
      * @param RenderingContextStack      $contextStack
37
-     * @param ComponentRendererInterface $componentDecorator
37
+     * @param FragmentDecorator $componentDecorator
38 38
      * @param array                      $aggregators
39 39
      */
40 40
     public function __construct(
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Synapse\Cmf\Framework\Engine\Context\RenderingContextStack;
6 6
 use Synapse\Cmf\Framework\Engine\Decorator\Component\FragmentDecorator;
7 7
 use Synapse\Cmf\Framework\Engine\Exception\InvalidZoneException;
8
-use Synapse\Cmf\Framework\Theme\Component\Entity\Component;
9 8
 use Synapse\Cmf\Framework\Theme\Component\Model\ComponentInterface;
10 9
 use Synapse\Cmf\Framework\Theme\Template\Entity\TemplateCollection;
11 10
 use Synapse\Cmf\Framework\Theme\Template\Model\TemplateInterface;
Please login to merge, or discard this patch.
src/Synapse/Cmf/Framework/Engine/Resolver/TemplateResolver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
      * @param Variation $variation
36 36
      * @param string    $templateName
37 37
      *
38
-     * @return TemplateInterface
38
+     * @return \Synapse\Cmf\Framework\Theme\Template\Model\TemplateInterface
39 39
      */
40 40
     public function resolve(ThemeInterface $theme, Content $content, Variation $variation, $templateName)
41 41
     {
Please login to merge, or discard this patch.
src/Synapse/Cmf/Framework/Engine/Resolver/VariationResolver.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -121,8 +121,6 @@
 block discarded – undo
121 121
     /**
122 122
      * Create and resolve a variation from given context.
123 123
      *
124
-     * @param Content        $content
125
-     * @param ThemeInterface $theme
126 124
      *
127 125
      * @return Variation
128 126
      */
Please login to merge, or discard this patch.
src/Synapse/Cmf/Framework/Media/Image/Action/Dal/AbstractDalAction.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -149,7 +149,7 @@  discard block
 block discarded – undo
149 149
     /**
150 150
      * Returns action tags.
151 151
      *
152
-     * @return array
152
+     * @return string
153 153
      */
154 154
     public function getTags()
155 155
     {
@@ -159,7 +159,7 @@  discard block
 block discarded – undo
159 159
     /**
160 160
      * Define action tags.
161 161
      *
162
-     * @param array|string $tags
162
+     * @param string $tags
163 163
      *
164 164
      * @return self
165 165
      */
Please login to merge, or discard this patch.
src/Synapse/Cmf/Framework/Theme/Component/Action/Dal/UpdateAction.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
     /**
20 20
      * Initialisation function.
21 21
      *
22
-     * @param ComponentInterface $zone
23 22
      */
24 23
     public function init(ComponentInterface $component = null)
25 24
     {
Please login to merge, or discard this patch.
src/Synapse/Cmf/Framework/Theme/Template/Loader/LoaderInterface.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
     /**
15 15
      * Retrieve a template from a content type and a template type.
16 16
      *
17
-     * @param TemplateType $theme
18 17
      * @param Content      $content
19 18
      *
20 19
      * @return TemplateInterface|null
Please login to merge, or discard this patch.
src/Synapse/Cmf/Framework/Theme/Variation/Entity/Variation.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,10 +36,10 @@
 block discarded – undo
36 36
      *
37 37
      * @see PropertyAccessorInterface::getValue()
38 38
      *
39
-     * @param sgring $namespace
40
-     * @param string $path
39
+     * @param string $namespace
41 40
      * @param string $element
42 41
      * @param mixed  $default
42
+     * @param string $key
43 43
      *
44 44
      * @return mixed
45 45
      */
Please login to merge, or discard this patch.
src/Synapse/Cmf/Framework/Theme/Zone/Domain/DomainInterface.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
     /**
15 15
      * Create and return a new Zone from given ZoneType.
16 16
      *
17
-     * @param ZoneTypeInterface   $zoneType
18 17
      * @param ComponentCollection $components
19 18
      *
20 19
      * @return CreateZoneAction
Please login to merge, or discard this patch.