diff --git a/lib/Formats/Mf2.php b/lib/Formats/Mf2.php index a001c25..d67bd02 100644 --- a/lib/Formats/Mf2.php +++ b/lib/Formats/Mf2.php @@ -115,7 +115,8 @@ class Mf2 { 'url' => null, 'photo' => null ], - 'items' => [] + 'items' => [], + 'todo' => 'Not yet implemented. Please see https://github.com/aaronpk/XRay/issues/1' ]; return $data;