Subversion-Projekte lars-tiefland.laravel_shop

Revision

Revision 148 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 148 Revision 991
Zeile 19... Zeile 19...
19
{
19
{
20
    /**
20
    /**
21
     * @return mixed|null The parsed data (which may be null, if the input represents a null value)
21
     * @return mixed|null The parsed data (which may be null, if the input represents a null value)
22
     *
22
     *
23
     * @throws InvalidFrontMatterException if parsing fails
23
     * @throws InvalidFrontMatterException if parsing fails
24
     * @throws \RuntimeException if other errors occur
-
 
25
     */
24
     */
26
    public function parse(string $frontMatter);
25
    public function parse(string $frontMatter);
27
}
26
}