Completed
Branch master (a35b70)
by Tim
04:45
created
Classes/PlainRenderer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
 	 * @param string $content
40 40
 	 * @param array  $conf
41 41
 	 *
42
-	 * @return array
42
+	 * @return string
43 43
 	 */
44 44
 	public function render($content, $conf) {
45 45
 		$lines = array();
Please login to merge, or discard this patch.
Classes/Rendering/Header.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 	/**
20 20
 	 * Render the given element
21 21
 	 *
22
-	 * @return array
22
+	 * @return string[]
23 23
 	 */
24 24
 	public function renderInternal() {
25 25
 		$headerWrap = MailUtility::breakLinesForEmail(trim($this->contentObject->data['header']), LF, Configuration::getPlainTextWith());
Please login to merge, or discard this patch.
Classes/Rendering/Image.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 	/**
20 20
 	 * Render the given element
21 21
 	 *
22
-	 * @return array
22
+	 * @return string[]
23 23
 	 */
24 24
 	public function renderInternal() {
25 25
 		$objectManager = new ObjectManager();
Please login to merge, or discard this patch.
Classes/Rendering/Menu.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 	/**
20 20
 	 * Render the given element
21 21
 	 *
22
-	 * @return array
22
+	 * @return string
23 23
 	 */
24 24
 	public function renderInternal() {
25 25
 		$str = $this->contentObject->cObjGetSingle($this->configuration['menu'], $this->configuration['menu.']);
Please login to merge, or discard this patch.
Classes/Rendering/Text.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
 	/**
16 16
 	 * Render the current content
17 17
 	 *
18
-	 * @return array
18
+	 * @return string[]
19 19
 	 */
20 20
 	public function renderInternal() {
21 21
 
Please login to merge, or discard this patch.
Resources/Private/Php/vendor/composer/ClassLoader.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -341,6 +341,10 @@
 block discarded – undo
341 341
         return $file;
342 342
     }
343 343
 
344
+    /**
345
+     * @param string $class
346
+     * @param string $ext
347
+     */
344 348
     private function findFileWithExtension($class, $ext)
345 349
     {
346 350
         // PSR-4 lookup
Please login to merge, or discard this patch.
Resources/Private/Php/vendor/symfony/css-selector/Parser/Parser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
      *
59 59
      * @throws SyntaxErrorException
60 60
      *
61
-     * @return array
61
+     * @return integer[]
62 62
      */
63 63
     public static function parseSeries(array $tokens)
64 64
     {
Please login to merge, or discard this patch.
Resources/Private/Php/vendor/symfony/css-selector/Parser/Token.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
89 89
     }
90 90
 
91 91
     /**
92
-     * @param array $values
92
+     * @param string[] $values
93 93
      *
94 94
      * @return bool
95 95
      */
Please login to merge, or discard this patch.
Private/Php/vendor/symfony/css-selector/XPath/Extension/NodeExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
     /**
67 67
      * @param int $flag
68 68
      *
69
-     * @return bool
69
+     * @return integer
70 70
      */
71 71
     public function hasFlag($flag)
72 72
     {
Please login to merge, or discard this patch.