]> BookStack Code Mirror - bookstack/blobdiff - tests/OpenGraphTest.php
Started work on details/summary blocks
[bookstack] / tests / OpenGraphTest.php
index 653f2e57e27e21d6b34af73de86f38d07d215c30..17a5aa2c56faaf50cb4e9fbd6ad5ca828cba76a1 100644 (file)
@@ -1,4 +1,6 @@
-<?php namespace Tests;
+<?php
+
+namespace Tests;
 
 use BookStack\Entities\Models\Book;
 use BookStack\Entities\Models\Bookshelf;
@@ -97,6 +99,4 @@ class OpenGraphTest extends TestCase
 
         return $tags;
     }
-
-
-}
\ No newline at end of file
+}