Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Oct 15, 2024
1 parent ed73321 commit 2ddc378
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions data/bibleStructure.php
Original file line number Diff line number Diff line change
Expand Up @@ -1430,7 +1430,7 @@
'number' => 47,
'name' => '1 Corinthians',
'identifier' => '1CO',
'abbreviations' => ['1 cor', 'i cor', '1st cor', 'first cor', 'i corinthians', '1st corinthians', 'first corinthians', '1 co', 'i co', '1st co', 'first co',],
'abbreviations' => ['1 cor', 'i cor', '1st cor', 'first cor', 'i corinthians', '1st corinthians', 'first corinthians', '1 co', 'i co', '1st co', 'first co'],
'chapterStructure' => [
1 => 31,
2 => 16,
Expand All @@ -1454,7 +1454,7 @@
'number' => 48,
'name' => '2 Corinthians',
'identifier' => '2CO',
'abbreviations' => ['2 cor', 'ii cor', '2nd cor', 'second cor', 'ii corinthians', '2nd corinthians', 'second corinthians', '2 co', 'ii co', '2nd co', 'second co',],
'abbreviations' => ['2 cor', 'ii cor', '2nd cor', 'second cor', 'ii corinthians', '2nd corinthians', 'second corinthians', '2 co', 'ii co', '2nd co', 'second co'],
'chapterStructure' => [
1 => 24,
2 => 17,
Expand Down
2 changes: 0 additions & 2 deletions src/BiblePassageParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ class BiblePassageParser
/**
* @param array<Book>|null $structure
* @param string[]|null $separators
* @param NumberingType $numberingType
* @param bool $lettersAreFragments
*/
public function __construct(
?array $structure = null,
Expand Down

0 comments on commit 2ddc378

Please sign in to comment.