Trying to generate some diviner documentation fails with
Passing null to parameter #1 ($string) of type string is deprecated at [/phorge/src/applications/diviner/atomizer/DivinerArticleAtomizer.php:17]
Test case:
Create a directory with Test.book
{ "name" : "test", "title" : "Test Docs", "root" : ".", "rules" : { "(\\.md$)" : "DivinerArticleAtomizer" } }
and test.md
Some Text...
The run:
/phorge/bin/diviner generate --book Test.book