Skip to content

Commit

Permalink
Build please
Browse files Browse the repository at this point in the history
  • Loading branch information
HughParry committed Apr 24, 2024
1 parent 3b30e68 commit 1996e8f
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 352 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
"update-tests": "update-tests",
"revert-tests": "update-tests revert",
"phpcs": "vendor/bin/phpcs --colors --standard=phpcs.xml",
"phpcbf": "vendor/bin/phpcbf --colors --standard=phpcs.xml",
"integration": "codecept run integration -c codeception.yml",
"unit": "codecept run unit -c codeception.yml"
},
Expand Down
18 changes: 18 additions & 0 deletions packages.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
ii libapache2-mod-php8.1 8.1.2-1ubuntu2.15 amd64 server-side, HTML-embedded scripting language (Apache 2 module)
ii php 2:8.1+92ubuntu1 all server-side, HTML-embedded scripting language (default)
ii php-cli 2:8.1+92ubuntu1 all command-line interpreter for the PHP scripting language (default)
ii php-codesniffer 3.6.2-1 all PHP, CSS and JavaScript coding standard analyzer and checker
ii php-common 2:92ubuntu1 all Common files for PHP packages
ii php-curl 2:8.1+92ubuntu1 all CURL module for PHP [default]
ii php-mbstring 2:8.1+92ubuntu1 all MBSTRING module for PHP [default]
ii php-xml 2:8.1+92ubuntu1 all DOM, SimpleXML, WDDX, XML, and XSL module for PHP [default]
ii php-zip 2:8.1+92ubuntu1 all Zip module for PHP [default]
ii php8.1 8.1.2-1ubuntu2.15 all server-side, HTML-embedded scripting language (metapackage)
ii php8.1-cli 8.1.2-1ubuntu2.15 amd64 command-line interpreter for the PHP scripting language
ii php8.1-common 8.1.2-1ubuntu2.15 amd64 documentation, examples and common module for PHP
ii php8.1-curl 8.1.2-1ubuntu2.15 amd64 CURL module for PHP
ii php8.1-mbstring 8.1.2-1ubuntu2.15 amd64 MBSTRING module for PHP
ii php8.1-opcache 8.1.2-1ubuntu2.15 amd64 Zend OpCache module for PHP
ii php8.1-readline 8.1.2-1ubuntu2.15 amd64 readline module for PHP
ii php8.1-xml 8.1.2-1ubuntu2.15 amd64 DOM, SimpleXML, XML, and XSL module for PHP
ii php8.1-zip 8.1.2-1ubuntu2.15 amd64 Zip module for PHP
5 changes: 3 additions & 2 deletions src/php/DelayedScript/DelayedScript.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,9 @@ function delayedLoad() {
/**
* Launch script specified by source url.
*
* @param array $args Arguments.
* @param int $delay Delay in ms.
* @param array $args Arguments.
* @param int $delay Delay in ms.
* @param string $type Script type.
*/
public static function launch( array $args, int $delay = 3000, string $type = 'text/javascript' ) {
$js = <<<JS
Expand Down
Loading

0 comments on commit 1996e8f

Please sign in to comment.