Completed
Push — composer-installed ( c4bac5 )
by Ilia
07:57
created
vendor/symfony/yaml/Command/LintCommand.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -101,6 +101,9 @@
 block discarded – undo
101 101
         return $this->display($io, $filesInfo);
102 102
     }
103 103
 
104
+    /**
105
+     * @param string $content
106
+     */
104 107
     private function validate($content, $file = null)
105 108
     {
106 109
         $prevErrorHandler = set_error_handler(function ($level, $message, $file, $line) use (&$prevErrorHandler) {
Please login to merge, or discard this patch.