Skip to content

Commit

Permalink
Add new test
Browse files Browse the repository at this point in the history
  • Loading branch information
atsanna committed Mar 15, 2024
1 parent 2b6d031 commit eeaa4e1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .idea/codeigniter4-datatables.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/Javascript/DataTablesScript.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ class DataTablesScript
/**
* Return list of libraries
*
* @param array $css Other css libraries to merge
* @param array $javascript Other javascript library to merge
* @param list<false> $replace Decide if you wont merge or replace the css or javascript libraries
* @param array $css Other css libraries to merge
* @param array $javascript Other javascript library to merge
* @param array $replace Decide if you wont merge or replace the css or javascript libraries
*/
public function getExternalLibraries(array $css = [], array $javascript = [], array $replace = ['css' => false, 'js' => false])
{
Expand Down
2 changes: 1 addition & 1 deletion tests/Language/AbstractTranslationTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ final public function testAllConfiguredLanguageKeysAreInOrder(string $locale): v
}

/**
* @return list<list<string>>
* @return array<string, array<int, string|null>>
*/
final public static function localesProvider(): iterable
{
Expand Down

0 comments on commit eeaa4e1

Please sign in to comment.