Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / yaml / Exception / ParseException.php
index 3b38b643964acd0d90dcbf2ed63a284fedfa04ba..be79960b3e8a7ac70212e8973ea83c068198229e 100644 (file)
@@ -24,8 +24,6 @@ class ParseException extends RuntimeException
     private $rawMessage;
 
     /**
-     * Constructor.
-     *
      * @param string          $message    The error message
      * @param int             $parsedLine The line where the error occurred
      * @param string|null     $snippet    The snippet of code near the problem