Completed
Pull Request — master (#27)
by Christian
16:38
created
Classes/Hooks/GetData.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
         array $fields,
37 37
         $sectionValue,
38 38
         $returnValue,
39
-        ContentObjectRenderer &$parentObject
39
+        ContentObjectRenderer&$parentObject
40 40
     ) {
41 41
         $parts = explode(':', $getDataString);
42 42
         if (isset($parts[0]) && isset($parts[1]) && $parts[0] === 'fp') {
Please login to merge, or discard this patch.
Classes/ViewHelpers/Uri/ImageViewHelper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
 
80 80
     /**
81 81
      * @param array $arguments
82
-     * @param callable|\Closure $renderChildrenClosure
82
+     * @param \Closure $renderChildrenClosure
83 83
      * @param RenderingContextInterface $renderingContext
84 84
      *
85 85
      * @return string
Please login to merge, or discard this patch.