1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2026-01-03 23:42:28 +03:00

Applied styleci style changes

This commit is contained in:
Dan Brown
2021-09-18 21:21:44 +01:00
parent 6454e24657
commit c08c8d7aa3
10 changed files with 51 additions and 55 deletions

View File

@@ -8,7 +8,7 @@ use Tests\TestCase;
class PageEditorTest extends TestCase
{
/** @var Page */
/** @var Page */
protected $page;
public function setUp(): void
@@ -74,4 +74,4 @@ class PageEditorTest extends TestCase
'draft' => false,
]);
}
}
}