Completed
Push — master ( 96df1a...267f86 )
by Naveen
09:52
created
vendor/sebastian/exporter/tests/ExporterTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -326,6 +326,9 @@
 block discarded – undo
326 326
         $this->assertEquals(array(true), $this->exporter->toArray(true));
327 327
     }
328 328
 
329
+    /**
330
+     * @param string $string
331
+     */
329 332
     private function trimNewline($string)
330 333
     {
331 334
         return preg_replace('/[ ]*\n/', "\n", $string);
Please login to merge, or discard this patch.
vendor/symfony/yaml/Inline.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -196,7 +196,7 @@  discard block
 block discarded – undo
196 196
      *
197 197
      * @param string $scalar
198 198
      * @param string $delimiters
199
-     * @param array  $stringDelimiters
199
+     * @param string[]  $stringDelimiters
200 200
      * @param int    &$i
201 201
      * @param bool   $evaluate
202 202
      * @param array  $references
@@ -254,6 +254,7 @@  discard block
 block discarded – undo
254 254
      *
255 255
      * @param string $scalar
256 256
      * @param int    &$i
257
+     * @param integer $i
257 258
      *
258 259
      * @return string A YAML string
259 260
      *
Please login to merge, or discard this patch.