Skip to content

Commit bacfb1e

Browse files
authored
Merge pull request #2 from EDOUNA/analysis-J2rpLk
Apply fixes from StyleCI
2 parents 6501552 + cd3eff0 commit bacfb1e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Databases/SQLiteDatabase.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
class SQLiteDatabase implements DatabaseInterface
66
{
7-
87
public function backup()
98
{
109
// TODO: Implement backup() method.
@@ -16,7 +15,7 @@ public function restore(string $backupFile)
1615
}
1716

1817
/**
19-
* @inheritDoc
18+
* {@inheritdoc}
2019
*/
2120
public function getFileExtension()
2221
{

0 commit comments

Comments
 (0)