Changeset 3356706
- Timestamp:
- 09/05/2025 12:32:46 PM (3 months ago)
- Location:
- staatic/trunk
- Files:
-
- 15 edited
-
generated/container.php (modified) (3 diffs)
-
languages/staatic.pot (modified) (1 diff)
-
readme.txt (modified) (4 diffs)
-
vendor/composer/installed.json (modified) (18 diffs)
-
vendor/composer/installed.php (modified) (1 diff)
-
vendor/staatic/crawler/src/DomParser/DomParserInterface.php (modified) (1 diff)
-
vendor/staatic/crawler/src/DomParser/DomWrapDomParser.php (modified) (1 diff)
-
vendor/staatic/crawler/src/DomParser/Html5DomParser.php (modified) (1 diff)
-
vendor/staatic/crawler/src/DomParser/SimpleHtmlDomParser.php (modified) (1 diff)
-
vendor/staatic/crawler/src/UriHelper.php (modified) (1 diff)
-
vendor/staatic/crawler/src/UrlExtractor/HtmlUrlExtractor.php (modified) (1 diff)
-
vendor/symfony/config/Definition/Builder/BooleanNodeDefinition.php (modified) (2 diffs)
-
vendor/symfony/config/Definition/Builder/EnumNodeDefinition.php (modified) (2 diffs)
-
vendor/symfony/config/Definition/Builder/FloatNodeDefinition.php (modified) (1 diff)
-
vendor/symfony/config/Definition/Builder/IntegerNodeDefinition.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
staatic/trunk/generated/container.php
r3344470 r3356706 844 844 yield 5 => $this->privates['Staatic\WordPress\Module\RegisterSettings'] ?? $this->getRegisterSettingsService(); 845 845 yield 6 => $this->privates['Staatic\WordPress\Module\Admin\RegisterAssets'] = $this->privates['Staatic\WordPress\Module\Admin\RegisterAssets'] ?? new RegisterAssets( 846 '1.11.4 '846 '1.11.4-2-g8d37ae4d' 847 847 ); 848 848 yield 7 => $this->privates['Staatic\WordPress\Module\Admin\RegisterNavigation'] ?? $this->getRegisterNavigationService(); … … 1799 1799 return $this->privates['Staatic\WordPress\Migrations\MigrationCoordinatorFactory'] = new MigrationCoordinatorFactory( 1800 1800 $this->privates['wpdb'] ?? $this->getWpdbService(), 1801 '1.11.4 '1801 '1.11.4-2-g8d37ae4d' 1802 1802 ); 1803 1803 } … … 3448 3448 { 3449 3449 return [ 3450 'staatic.version' => '1.11.4 '3450 'staatic.version' => '1.11.4-2-g8d37ae4d' 3451 3451 ]; 3452 3452 } -
staatic/trunk/languages/staatic.pot
r3344470 r3356706 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2025-0 8-14T08:42:25+00:00\n"12 "POT-Creation-Date: 2025-09-05T12:23:31+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.12.0\n" -
staatic/trunk/readme.txt
r3344470 r3356706 99 99 == Changelog == 100 100 101 = 1.11.5 = 102 103 Release date: TBD. 104 105 **Bug Fixes** 106 107 * Fixes SVG data URL fragment references being incorrectly extracted. 108 * Fixes Html5DomParser compatibility with extended URL context. 109 101 110 = 1.11.4 = 102 111 … … 110 119 111 120 * Fixes an issue causing Safe Redirect Manager integration to not be activated. 112 113 == Changelog ==114 121 115 122 = 1.11.3 = … … 126 133 * Fixes a warning on recent WordPress versions caused by translations being loaded too early. 127 134 135 = 1.11.2 = 136 137 Release date: April 3rd, 2025. 138 139 **Bug Fixes** 140 141 142 = 1.11.1 = 143 144 Release date: March 25th, 2025. 145 146 **Bug Fixes** 147 148 128 149 = 1.11.0 = 129 150 … … 137 158 138 159 * Canonicalized URLs with empty paths to ensure consistent behaviour. 139 140 = 1.10.9 =141 142 Release date: February 10th, 2025.143 144 **Improvements**145 146 * Adds support for AWS S3 regions `ap-southeast-7` (Thailand) and `mx-central-1` (Mexico).147 * Updates external dependencies.148 149 **Fixes**150 151 * Fixes SFTP deployments SSH key authentication.152 153 = 1.10.8 =154 155 Release date: December 30th, 2024.156 157 **Improvements**158 159 * Adds ability to override various settings via environment variables.160 * Automatically excludes .htaccess files during crawling.161 * Updates external dependencies.162 163 = 1.10.7 =164 165 Release date: November 19th, 2024.166 167 **Improvements**168 169 * Adds `staatic delete` WP-CLI command to allow publications to be deleted.170 * Adds `staatic_publication_cleanup_num_days` filter hook to control when publications are cleaned up.171 * Adds `staatic_log_cleanup_num_days` filter hook to control when log entries are cleaned up.172 * Adds option to disable `/index.html` suffix on directory URLs for offline usage.173 * Adds support for “ap-southeast-5” region to AWS deployment method.174 * Improves XML sitemap handling by adding support for URLs wrapped in CDATA sections.175 * Updates external dependencies.176 160 177 161 = Earlier releases = -
staatic/trunk/vendor/composer/installed.json
r3309167 r3356706 2542 2542 { 2543 2543 "name": "symfony/polyfill-ctype", 2544 "version": "v1.3 2.0",2545 "version_normalized": "1.3 2.0.0",2544 "version": "v1.33.0", 2545 "version_normalized": "1.33.0.0", 2546 2546 "source": { 2547 2547 "type": "git", … … 2604 2604 ], 2605 2605 "support": { 2606 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.3 2.0"2606 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.33.0" 2607 2607 }, 2608 2608 "funding": [ … … 2616 2616 }, 2617 2617 { 2618 "url": "https://github.com/nicolas-grekas", 2619 "type": "github" 2620 }, 2621 { 2618 2622 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2619 2623 "type": "tidelift" … … 2624 2628 { 2625 2629 "name": "symfony/polyfill-mbstring", 2626 "version": "v1.3 2.0",2627 "version_normalized": "1.3 2.0.0",2630 "version": "v1.33.0", 2631 "version_normalized": "1.33.0.0", 2628 2632 "source": { 2629 2633 "type": "git", … … 2688 2692 ], 2689 2693 "support": { 2690 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.3 2.0"2694 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.33.0" 2691 2695 }, 2692 2696 "funding": [ … … 2697 2701 { 2698 2702 "url": "https://github.com/fabpot", 2703 "type": "github" 2704 }, 2705 { 2706 "url": "https://github.com/nicolas-grekas", 2699 2707 "type": "github" 2700 2708 }, … … 2775 2783 { 2776 2784 "name": "symfony/polyfill-php73", 2777 "version": "v1.3 2.0",2778 "version_normalized": "1.3 2.0.0",2785 "version": "v1.33.0", 2786 "version_normalized": "1.33.0.0", 2779 2787 "source": { 2780 2788 "type": "git", … … 2834 2842 ], 2835 2843 "support": { 2836 "source": "https://github.com/symfony/polyfill-php73/tree/v1.3 2.0"2844 "source": "https://github.com/symfony/polyfill-php73/tree/v1.33.0" 2837 2845 }, 2838 2846 "funding": [ … … 2846 2854 }, 2847 2855 { 2856 "url": "https://github.com/nicolas-grekas", 2857 "type": "github" 2858 }, 2859 { 2848 2860 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2849 2861 "type": "tidelift" … … 2854 2866 { 2855 2867 "name": "symfony/polyfill-php74", 2856 "version": "v1.3 2.0",2857 "version_normalized": "1.3 2.0.0",2868 "version": "v1.33.0", 2869 "version_normalized": "1.33.0.0", 2858 2870 "source": { 2859 2871 "type": "git", … … 2914 2926 ], 2915 2927 "support": { 2916 "source": "https://github.com/symfony/polyfill-php74/tree/v1.3 2.0"2928 "source": "https://github.com/symfony/polyfill-php74/tree/v1.33.0" 2917 2929 }, 2918 2930 "funding": [ … … 2926 2938 }, 2927 2939 { 2940 "url": "https://github.com/nicolas-grekas", 2941 "type": "github" 2942 }, 2943 { 2928 2944 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2929 2945 "type": "tidelift" … … 2934 2950 { 2935 2951 "name": "symfony/polyfill-php80", 2936 "version": "v1.3 2.0",2937 "version_normalized": "1.3 2.0.0",2952 "version": "v1.33.0", 2953 "version_normalized": "1.33.0.0", 2938 2954 "source": { 2939 2955 "type": "git", … … 2997 3013 ], 2998 3014 "support": { 2999 "source": "https://github.com/symfony/polyfill-php80/tree/v1.3 2.0"3015 "source": "https://github.com/symfony/polyfill-php80/tree/v1.33.0" 3000 3016 }, 3001 3017 "funding": [ … … 3009 3025 }, 3010 3026 { 3027 "url": "https://github.com/nicolas-grekas", 3028 "type": "github" 3029 }, 3030 { 3011 3031 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3012 3032 "type": "tidelift" … … 3017 3037 { 3018 3038 "name": "symfony/polyfill-php81", 3019 "version": "v1.3 2.0",3020 "version_normalized": "1.3 2.0.0",3039 "version": "v1.33.0", 3040 "version_normalized": "1.33.0.0", 3021 3041 "source": { 3022 3042 "type": "git", … … 3076 3096 ], 3077 3097 "support": { 3078 "source": "https://github.com/symfony/polyfill-php81/tree/v1.3 2.0"3098 "source": "https://github.com/symfony/polyfill-php81/tree/v1.33.0" 3079 3099 }, 3080 3100 "funding": [ … … 3085 3105 { 3086 3106 "url": "https://github.com/fabpot", 3107 "type": "github" 3108 }, 3109 { 3110 "url": "https://github.com/nicolas-grekas", 3087 3111 "type": "github" 3088 3112 }, -
staatic/trunk/vendor/composer/installed.php
r3344470 r3356706 3 3 namespace Staatic\Vendor; 4 4 5 return array('root' => array('name' => 'staatic/staatic-wordpress', 'pretty_version' => ' v1.11.4', 'version' => '1.11.4.0', 'reference' => 'e47120f157543fd6e0f76c3e5ca6839cdcf4ad16', 'type' => 'project', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev' => \false), 'versions' => array('async-aws/cloud-front' => array('pretty_version' => '1.0.3', 'version' => '1.0.3.0', 'reference' => '548dd74259aeb1a6d99f5928918402766bb82927', 'type' => 'library', 'install_path' => __DIR__ . '/../async-aws/cloud-front', 'aliases' => array(), 'dev_requirement' => \false), 'async-aws/core' => array('pretty_version' => '1.24.1', 'version' => '1.24.1.0', 'reference' => '241c8ab0e4cd4f47b2226a31a5132fb36a73a57b', 'type' => 'library', 'install_path' => __DIR__ . '/../async-aws/core', 'aliases' => array(), 'dev_requirement' => \false), 'async-aws/s3' => array('pretty_version' => '2.7.0', 'version' => '2.7.0.0', 'reference' => 'd6556d0088a2778e61e17ab71ca7336ad65d082b', 'type' => 'library', 'install_path' => __DIR__ . '/../async-aws/s3', 'aliases' => array(), 'dev_requirement' => \false), 'brick/math' => array('pretty_version' => '0.12.1', 'version' => '0.12.1.0', 'reference' => 'f510c0a40911935b77b86859eb5223d58d660df1', 'type' => 'library', 'install_path' => __DIR__ . '/../brick/math', 'aliases' => array(), 'dev_requirement' => \false), 'caseyamcl/guzzle_retry_middleware' => array('pretty_version' => 'v2.12.1', 'version' => '2.12.1.0', 'reference' => '362bdd5e6d19e54e1f4c8c27757e7598201efa3c', 'type' => 'library', 'install_path' => __DIR__ . '/../caseyamcl/guzzle_retry_middleware', 'aliases' => array(), 'dev_requirement' => \false), 'deliciousbrains/wp-background-processing' => array('pretty_version' => '1.4.0', 'version' => '1.4.0.0', 'reference' => '7ca7cc3504333db3a291bbab7f1917124fba4816', 'type' => 'library', 'install_path' => __DIR__ . '/../deliciousbrains/wp-background-processing', 'aliases' => array(), 'dev_requirement' => \false), 'guzzlehttp/guzzle' => array('pretty_version' => '7.9.2', 'version' => '7.9.2.0', 'reference' => 'd281ed313b989f213357e3be1a179f02196ac99b', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/guzzle', 'aliases' => array(), 'dev_requirement' => \false), 'guzzlehttp/promises' => array('pretty_version' => '2.0.4', 'version' => '2.0.4.0', 'reference' => 'f9c436286ab2892c7db7be8c8da4ef61ccf7b455', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/promises', 'aliases' => array(), 'dev_requirement' => \false), 'guzzlehttp/psr7' => array('pretty_version' => '2.7.0', 'version' => '2.7.0.0', 'reference' => 'a70f5c95fb43bc83f07c9c948baa0dc1829bf201', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/psr7', 'aliases' => array(), 'dev_requirement' => \false), 'maennchen/zipstream-php' => array('pretty_version' => '2.4.0', 'version' => '2.4.0.0', 'reference' => '3fa72e4c71a43f9e9118752a5c90e476a8dc9eb3', 'type' => 'library', 'install_path' => __DIR__ . '/../maennchen/zipstream-php', 'aliases' => array(), 'dev_requirement' => \false), 'masterminds/html5' => array('pretty_version' => '2.9.0', 'version' => '2.9.0.0', 'reference' => 'f5ac2c0b0a2eefca70b2ce32a5809992227e75a6', 'type' => 'library', 'install_path' => __DIR__ . '/../masterminds/html5', 'aliases' => array(), 'dev_requirement' => \false), 'myclabs/php-enum' => array('pretty_version' => '1.8.5', 'version' => '1.8.5.0', 'reference' => 'e7be26966b7398204a234f8673fdad5ac6277802', 'type' => 'library', 'install_path' => __DIR__ . '/../myclabs/php-enum', 'aliases' => array(), 'dev_requirement' => \false), 'paragonie/constant_time_encoding' => array('pretty_version' => 'v3.0.0', 'version' => '3.0.0.0', 'reference' => 'df1e7fde177501eee2037dd159cf04f5f301a512', 'type' => 'library', 'install_path' => __DIR__ . '/../paragonie/constant_time_encoding', 'aliases' => array(), 'dev_requirement' => \false), 'paragonie/random_compat' => array('pretty_version' => 'v9.99.100', 'version' => '9.99.100.0', 'reference' => '996434e5492cb4c3edcb9168db6fbb1359ef965a', 'type' => 'library', 'install_path' => __DIR__ . '/../paragonie/random_compat', 'aliases' => array(), 'dev_requirement' => \false), 'php-http/async-client-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '*')), 'php-http/client-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '*')), 'phpseclib/phpseclib' => array('pretty_version' => '3.0.43', 'version' => '3.0.43.0', 'reference' => '709ec107af3cb2f385b9617be72af8cf62441d02', 'type' => 'library', 'install_path' => __DIR__ . '/../phpseclib/phpseclib', 'aliases' => array(), 'dev_requirement' => \false), 'psr/cache' => array('pretty_version' => '3.0.0', 'version' => '3.0.0.0', 'reference' => 'aa5030cfa5405eccfdcb1083ce040c2cb8d253bf', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/cache', 'aliases' => array(), 'dev_requirement' => \false), 'psr/container' => array('pretty_version' => '2.0.2', 'version' => '2.0.2.0', 'reference' => 'c71ecc56dfe541dbd90c5360474fbc405f8d5963', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/container', 'aliases' => array(), 'dev_requirement' => \false), 'psr/container-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.1|2.0')), 'psr/http-client' => array('pretty_version' => '1.0.3', 'version' => '1.0.3.0', 'reference' => 'bb5906edc1c324c9a05aa0873d40117941e5fa90', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-client', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-client-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/http-factory' => array('pretty_version' => '1.1.0', 'version' => '1.1.0.0', 'reference' => '2b4765fddfe3b508ac62f829e852b1501d3f6e8a', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-factory', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-factory-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/http-message' => array('pretty_version' => '1.1', 'version' => '1.1.0.0', 'reference' => 'cb6ce4845ce34a8ad9e68117c10ee90a29919eba', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-message', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-message-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/log' => array('pretty_version' => '3.0.2', 'version' => '3.0.2.0', 'reference' => 'f16e1d5863e37f8d8c2a01719f5b34baa2b714d3', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/log', 'aliases' => array(), 'dev_requirement' => \false), 'psr/simple-cache' => array('pretty_version' => '1.0.1', 'version' => '1.0.1.0', 'reference' => '408d5eafb83c57f6365a3ca330ff23aa4a5fa39b', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/simple-cache', 'aliases' => array(), 'dev_requirement' => \false), 'ralouphie/getallheaders' => array('pretty_version' => '3.0.3', 'version' => '3.0.3.0', 'reference' => '120b605dfeb996808c31b6477290a714d356e822', 'type' => 'library', 'install_path' => __DIR__ . '/../ralouphie/getallheaders', 'aliases' => array(), 'dev_requirement' => \false), 'ramsey/collection' => array('pretty_version' => '2.0.0', 'version' => '2.0.0.0', 'reference' => 'a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5', 'type' => 'library', 'install_path' => __DIR__ . '/../ramsey/collection', 'aliases' => array(), 'dev_requirement' => \false), 'ramsey/uuid' => array('pretty_version' => '4.7.6', 'version' => '4.7.6.0', 'reference' => '91039bc1faa45ba123c4328958e620d382ec7088', 'type' => 'library', 'install_path' => __DIR__ . '/../ramsey/uuid', 'aliases' => array(), 'dev_requirement' => \false), 'rhumsaa/uuid' => array('dev_requirement' => \false, 'replaced' => array(0 => '4.7.6')), 'scotteh/php-dom-wrapper' => array('pretty_version' => '2.0.5', 'version' => '2.0.5.0', 'reference' => '351e9c635c9aa65c8cedaeefcac3a49581ad2529', 'type' => 'library', 'install_path' => __DIR__ . '/../scotteh/php-dom-wrapper', 'aliases' => array(), 'dev_requirement' => \false), 'staatic/crawler' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => 'a24093bf5691cc6e68167e83974341837a28d58a', 'type' => 'library', 'install_path' => __DIR__ . '/../staatic/crawler', 'aliases' => array(0 => '1.x-dev'), 'dev_requirement' => \false), 'staatic/framework' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => '288bff665d3c0c62164071dd8dbb4a2ca1880cd6', 'type' => 'library', 'install_path' => __DIR__ . '/../staatic/framework', 'aliases' => array(0 => '1.x-dev'), 'dev_requirement' => \false), 'staatic/staatic-wordpress' => array('pretty_version' => 'v1.11.4', 'version' => '1.11.4.0', 'reference' => 'e47120f157543fd6e0f76c3e5ca6839cdcf4ad16', 'type' => 'project', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/config' => array('pretty_version' => 'v6.4.14', 'version' => '6.4.14.0', 'reference' => '4e55e7e4ffddd343671ea972216d4509f46c22ef', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/config', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/css-selector' => array('pretty_version' => 'v6.4.13', 'version' => '6.4.13.0', 'reference' => 'cb23e97813c5837a041b73a6d63a9ddff0778f5e', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/css-selector', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/dependency-injection' => array('pretty_version' => 'v6.2.13', 'version' => '6.2.13.0', 'reference' => 'd977404486b419bedf450739a9f8992a88c1d6e3', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/dependency-injection', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/deprecation-contracts' => array('pretty_version' => 'v3.5.1', 'version' => '3.5.1.0', 'reference' => '74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/deprecation-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/filesystem' => array('pretty_version' => 'v6.4.13', 'version' => '6.4.13.0', 'reference' => '4856c9cf585d5a0313d8d35afd681a526f038dd3', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/filesystem', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/http-client' => array('pretty_version' => 'v6.2.13', 'version' => '6.2.13.0', 'reference' => '297374a399ce6852d5905d92a1351df00bb9dd10', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/http-client', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/http-client-contracts' => array('pretty_version' => 'v3.5.2', 'version' => '3.5.2.0', 'reference' => 'ee8d807ab20fcb51267fdace50fbe3494c31e645', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/http-client-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/http-client-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '3.0')), 'symfony/polyfill-ctype' => array('pretty_version' => 'v1.32.0', 'version' => '1.32.0.0', 'reference' => 'a3cc8b044a6ea513310cbd48ef7333b384945638', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-ctype', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-mbstring' => array('pretty_version' => 'v1.32.0', 'version' => '1.32.0.0', 'reference' => '6d857f4d76bd4b343eac26d6b539585d2bc56493', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php71' => array('dev_requirement' => \false, 'replaced' => array(0 => '*')), 'symfony/polyfill-php72' => array('pretty_version' => 'v1.31.0', 'version' => '1.31.0.0', 'reference' => 'fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce', 'type' => 'metapackage', 'install_path' => null, 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php73' => array('pretty_version' => 'v1.32.0', 'version' => '1.32.0.0', 'reference' => '0f68c03565dcaaf25a890667542e8bd75fe7e5bb', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php73', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php74' => array('pretty_version' => 'v1.32.0', 'version' => '1.32.0.0', 'reference' => '9589537d05325fb5d88a20d8926823e5b827a43e', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php74', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php80' => array('pretty_version' => 'v1.32.0', 'version' => '1.32.0.0', 'reference' => '0cc9dd0f17f61d8131e7df6b84bd344899fe2608', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php80', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php81' => array('pretty_version' => 'v1.32.0', 'version' => '1.32.0.0', 'reference' => '4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php81', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/service-contracts' => array('pretty_version' => 'v3.5.1', 'version' => '3.5.1.0', 'reference' => 'e53260aabf78fb3d63f8d79d69ece59f80d5eda0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/service-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/service-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.1|2.0|3.0')), 'symfony/var-exporter' => array('pretty_version' => 'v6.4.13', 'version' => '6.4.13.0', 'reference' => '0f605f72a363f8743001038a176eeb2a11223b51', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/var-exporter', 'aliases' => array(), 'dev_requirement' => \false), 'voku/simple_html_dom' => array('pretty_version' => '4.8.10', 'version' => '4.8.10.0', 'reference' => '716822ed52ed3a1881542be07a786270de390e99', 'type' => 'library', 'install_path' => __DIR__ . '/../voku/simple_html_dom', 'aliases' => array(), 'dev_requirement' => \false)));5 return array('root' => array('name' => 'staatic/staatic-wordpress', 'pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => '8d37ae4d306891cd7b380dfe013845390eadc42f', 'type' => 'project', 'install_path' => __DIR__ . '/../../', 'aliases' => array(0 => '1.x-dev'), 'dev' => \false), 'versions' => array('async-aws/cloud-front' => array('pretty_version' => '1.0.3', 'version' => '1.0.3.0', 'reference' => '548dd74259aeb1a6d99f5928918402766bb82927', 'type' => 'library', 'install_path' => __DIR__ . '/../async-aws/cloud-front', 'aliases' => array(), 'dev_requirement' => \false), 'async-aws/core' => array('pretty_version' => '1.24.1', 'version' => '1.24.1.0', 'reference' => '241c8ab0e4cd4f47b2226a31a5132fb36a73a57b', 'type' => 'library', 'install_path' => __DIR__ . '/../async-aws/core', 'aliases' => array(), 'dev_requirement' => \false), 'async-aws/s3' => array('pretty_version' => '2.7.0', 'version' => '2.7.0.0', 'reference' => 'd6556d0088a2778e61e17ab71ca7336ad65d082b', 'type' => 'library', 'install_path' => __DIR__ . '/../async-aws/s3', 'aliases' => array(), 'dev_requirement' => \false), 'brick/math' => array('pretty_version' => '0.12.1', 'version' => '0.12.1.0', 'reference' => 'f510c0a40911935b77b86859eb5223d58d660df1', 'type' => 'library', 'install_path' => __DIR__ . '/../brick/math', 'aliases' => array(), 'dev_requirement' => \false), 'caseyamcl/guzzle_retry_middleware' => array('pretty_version' => 'v2.12.1', 'version' => '2.12.1.0', 'reference' => '362bdd5e6d19e54e1f4c8c27757e7598201efa3c', 'type' => 'library', 'install_path' => __DIR__ . '/../caseyamcl/guzzle_retry_middleware', 'aliases' => array(), 'dev_requirement' => \false), 'deliciousbrains/wp-background-processing' => array('pretty_version' => '1.4.0', 'version' => '1.4.0.0', 'reference' => '7ca7cc3504333db3a291bbab7f1917124fba4816', 'type' => 'library', 'install_path' => __DIR__ . '/../deliciousbrains/wp-background-processing', 'aliases' => array(), 'dev_requirement' => \false), 'guzzlehttp/guzzle' => array('pretty_version' => '7.9.2', 'version' => '7.9.2.0', 'reference' => 'd281ed313b989f213357e3be1a179f02196ac99b', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/guzzle', 'aliases' => array(), 'dev_requirement' => \false), 'guzzlehttp/promises' => array('pretty_version' => '2.0.4', 'version' => '2.0.4.0', 'reference' => 'f9c436286ab2892c7db7be8c8da4ef61ccf7b455', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/promises', 'aliases' => array(), 'dev_requirement' => \false), 'guzzlehttp/psr7' => array('pretty_version' => '2.7.0', 'version' => '2.7.0.0', 'reference' => 'a70f5c95fb43bc83f07c9c948baa0dc1829bf201', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/psr7', 'aliases' => array(), 'dev_requirement' => \false), 'maennchen/zipstream-php' => array('pretty_version' => '2.4.0', 'version' => '2.4.0.0', 'reference' => '3fa72e4c71a43f9e9118752a5c90e476a8dc9eb3', 'type' => 'library', 'install_path' => __DIR__ . '/../maennchen/zipstream-php', 'aliases' => array(), 'dev_requirement' => \false), 'masterminds/html5' => array('pretty_version' => '2.9.0', 'version' => '2.9.0.0', 'reference' => 'f5ac2c0b0a2eefca70b2ce32a5809992227e75a6', 'type' => 'library', 'install_path' => __DIR__ . '/../masterminds/html5', 'aliases' => array(), 'dev_requirement' => \false), 'myclabs/php-enum' => array('pretty_version' => '1.8.5', 'version' => '1.8.5.0', 'reference' => 'e7be26966b7398204a234f8673fdad5ac6277802', 'type' => 'library', 'install_path' => __DIR__ . '/../myclabs/php-enum', 'aliases' => array(), 'dev_requirement' => \false), 'paragonie/constant_time_encoding' => array('pretty_version' => 'v3.0.0', 'version' => '3.0.0.0', 'reference' => 'df1e7fde177501eee2037dd159cf04f5f301a512', 'type' => 'library', 'install_path' => __DIR__ . '/../paragonie/constant_time_encoding', 'aliases' => array(), 'dev_requirement' => \false), 'paragonie/random_compat' => array('pretty_version' => 'v9.99.100', 'version' => '9.99.100.0', 'reference' => '996434e5492cb4c3edcb9168db6fbb1359ef965a', 'type' => 'library', 'install_path' => __DIR__ . '/../paragonie/random_compat', 'aliases' => array(), 'dev_requirement' => \false), 'php-http/async-client-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '*')), 'php-http/client-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '*')), 'phpseclib/phpseclib' => array('pretty_version' => '3.0.43', 'version' => '3.0.43.0', 'reference' => '709ec107af3cb2f385b9617be72af8cf62441d02', 'type' => 'library', 'install_path' => __DIR__ . '/../phpseclib/phpseclib', 'aliases' => array(), 'dev_requirement' => \false), 'psr/cache' => array('pretty_version' => '3.0.0', 'version' => '3.0.0.0', 'reference' => 'aa5030cfa5405eccfdcb1083ce040c2cb8d253bf', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/cache', 'aliases' => array(), 'dev_requirement' => \false), 'psr/container' => array('pretty_version' => '2.0.2', 'version' => '2.0.2.0', 'reference' => 'c71ecc56dfe541dbd90c5360474fbc405f8d5963', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/container', 'aliases' => array(), 'dev_requirement' => \false), 'psr/container-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.1|2.0')), 'psr/http-client' => array('pretty_version' => '1.0.3', 'version' => '1.0.3.0', 'reference' => 'bb5906edc1c324c9a05aa0873d40117941e5fa90', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-client', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-client-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/http-factory' => array('pretty_version' => '1.1.0', 'version' => '1.1.0.0', 'reference' => '2b4765fddfe3b508ac62f829e852b1501d3f6e8a', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-factory', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-factory-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/http-message' => array('pretty_version' => '1.1', 'version' => '1.1.0.0', 'reference' => 'cb6ce4845ce34a8ad9e68117c10ee90a29919eba', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-message', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-message-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/log' => array('pretty_version' => '3.0.2', 'version' => '3.0.2.0', 'reference' => 'f16e1d5863e37f8d8c2a01719f5b34baa2b714d3', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/log', 'aliases' => array(), 'dev_requirement' => \false), 'psr/simple-cache' => array('pretty_version' => '1.0.1', 'version' => '1.0.1.0', 'reference' => '408d5eafb83c57f6365a3ca330ff23aa4a5fa39b', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/simple-cache', 'aliases' => array(), 'dev_requirement' => \false), 'ralouphie/getallheaders' => array('pretty_version' => '3.0.3', 'version' => '3.0.3.0', 'reference' => '120b605dfeb996808c31b6477290a714d356e822', 'type' => 'library', 'install_path' => __DIR__ . '/../ralouphie/getallheaders', 'aliases' => array(), 'dev_requirement' => \false), 'ramsey/collection' => array('pretty_version' => '2.0.0', 'version' => '2.0.0.0', 'reference' => 'a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5', 'type' => 'library', 'install_path' => __DIR__ . '/../ramsey/collection', 'aliases' => array(), 'dev_requirement' => \false), 'ramsey/uuid' => array('pretty_version' => '4.7.6', 'version' => '4.7.6.0', 'reference' => '91039bc1faa45ba123c4328958e620d382ec7088', 'type' => 'library', 'install_path' => __DIR__ . '/../ramsey/uuid', 'aliases' => array(), 'dev_requirement' => \false), 'rhumsaa/uuid' => array('dev_requirement' => \false, 'replaced' => array(0 => '4.7.6')), 'scotteh/php-dom-wrapper' => array('pretty_version' => '2.0.5', 'version' => '2.0.5.0', 'reference' => '351e9c635c9aa65c8cedaeefcac3a49581ad2529', 'type' => 'library', 'install_path' => __DIR__ . '/../scotteh/php-dom-wrapper', 'aliases' => array(), 'dev_requirement' => \false), 'staatic/crawler' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => 'a24093bf5691cc6e68167e83974341837a28d58a', 'type' => 'library', 'install_path' => __DIR__ . '/../staatic/crawler', 'aliases' => array(0 => '1.x-dev'), 'dev_requirement' => \false), 'staatic/framework' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => '288bff665d3c0c62164071dd8dbb4a2ca1880cd6', 'type' => 'library', 'install_path' => __DIR__ . '/../staatic/framework', 'aliases' => array(0 => '1.x-dev'), 'dev_requirement' => \false), 'staatic/staatic-wordpress' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => '8d37ae4d306891cd7b380dfe013845390eadc42f', 'type' => 'project', 'install_path' => __DIR__ . '/../../', 'aliases' => array(0 => '1.x-dev'), 'dev_requirement' => \false), 'symfony/config' => array('pretty_version' => 'v6.4.14', 'version' => '6.4.14.0', 'reference' => '4e55e7e4ffddd343671ea972216d4509f46c22ef', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/config', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/css-selector' => array('pretty_version' => 'v6.4.13', 'version' => '6.4.13.0', 'reference' => 'cb23e97813c5837a041b73a6d63a9ddff0778f5e', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/css-selector', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/dependency-injection' => array('pretty_version' => 'v6.2.13', 'version' => '6.2.13.0', 'reference' => 'd977404486b419bedf450739a9f8992a88c1d6e3', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/dependency-injection', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/deprecation-contracts' => array('pretty_version' => 'v3.5.1', 'version' => '3.5.1.0', 'reference' => '74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/deprecation-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/filesystem' => array('pretty_version' => 'v6.4.13', 'version' => '6.4.13.0', 'reference' => '4856c9cf585d5a0313d8d35afd681a526f038dd3', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/filesystem', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/http-client' => array('pretty_version' => 'v6.2.13', 'version' => '6.2.13.0', 'reference' => '297374a399ce6852d5905d92a1351df00bb9dd10', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/http-client', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/http-client-contracts' => array('pretty_version' => 'v3.5.2', 'version' => '3.5.2.0', 'reference' => 'ee8d807ab20fcb51267fdace50fbe3494c31e645', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/http-client-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/http-client-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '3.0')), 'symfony/polyfill-ctype' => array('pretty_version' => 'v1.33.0', 'version' => '1.33.0.0', 'reference' => 'a3cc8b044a6ea513310cbd48ef7333b384945638', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-ctype', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-mbstring' => array('pretty_version' => 'v1.33.0', 'version' => '1.33.0.0', 'reference' => '6d857f4d76bd4b343eac26d6b539585d2bc56493', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php71' => array('dev_requirement' => \false, 'replaced' => array(0 => '*')), 'symfony/polyfill-php72' => array('pretty_version' => 'v1.31.0', 'version' => '1.31.0.0', 'reference' => 'fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce', 'type' => 'metapackage', 'install_path' => null, 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php73' => array('pretty_version' => 'v1.33.0', 'version' => '1.33.0.0', 'reference' => '0f68c03565dcaaf25a890667542e8bd75fe7e5bb', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php73', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php74' => array('pretty_version' => 'v1.33.0', 'version' => '1.33.0.0', 'reference' => '9589537d05325fb5d88a20d8926823e5b827a43e', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php74', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php80' => array('pretty_version' => 'v1.33.0', 'version' => '1.33.0.0', 'reference' => '0cc9dd0f17f61d8131e7df6b84bd344899fe2608', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php80', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php81' => array('pretty_version' => 'v1.33.0', 'version' => '1.33.0.0', 'reference' => '4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php81', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/service-contracts' => array('pretty_version' => 'v3.5.1', 'version' => '3.5.1.0', 'reference' => 'e53260aabf78fb3d63f8d79d69ece59f80d5eda0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/service-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/service-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.1|2.0|3.0')), 'symfony/var-exporter' => array('pretty_version' => 'v6.4.13', 'version' => '6.4.13.0', 'reference' => '0f605f72a363f8743001038a176eeb2a11223b51', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/var-exporter', 'aliases' => array(), 'dev_requirement' => \false), 'voku/simple_html_dom' => array('pretty_version' => '4.8.10', 'version' => '4.8.10.0', 'reference' => '716822ed52ed3a1881542be07a786270de390e99', 'type' => 'library', 'install_path' => __DIR__ . '/../voku/simple_html_dom', 'aliases' => array(), 'dev_requirement' => \false))); -
staatic/trunk/vendor/staatic/crawler/src/DomParser/DomParserInterface.php
r3112562 r3356706 34 34 */ 35 35 public function setText($element, $value): void; 36 public function getOuterHtml($element): string; 36 37 } -
staatic/trunk/vendor/staatic/crawler/src/DomParser/DomWrapDomParser.php
r3112562 r3356706 65 65 $element->textContent = $value; 66 66 } 67 public function getOuterHtml($element): string 68 { 69 return (string) $element; 70 } 67 71 } -
staatic/trunk/vendor/staatic/crawler/src/DomParser/Html5DomParser.php
r3112562 r3356706 58 58 $element->textContent = $value; 59 59 } 60 public function getOuterHtml($element): string 61 { 62 return $element->ownerDocument->saveHTML($element); 63 } 60 64 } -
staatic/trunk/vendor/staatic/crawler/src/DomParser/SimpleHtmlDomParser.php
r3112562 r3356706 58 58 $element->textContent = $this->encodeSpecialChars($value); 59 59 } 60 public function getOuterHtml($element): string 61 { 62 return $element->outerHtml(); 63 } 60 64 private function decodeHtmlEntities(string $input): string 61 65 { -
staatic/trunk/vendor/staatic/crawler/src/UriHelper.php
r3112562 r3356706 7 7 public static function isReplaceableUrl(string $url): bool 8 8 { 9 return $url && preg_match('~^(#| data:|mailto:|javascript:)~', $url) === 0;9 return $url && preg_match('~^(#|%23|data:|mailto:|javascript:)~', $url) === 0; 10 10 } 11 11 } -
staatic/trunk/vendor/staatic/crawler/src/UrlExtractor/HtmlUrlExtractor.php
r3309167 r3356706 167 167 $context = ['extractor' => self::class, 'htmlTagName' => $element->tagName, 'htmlAttributeName' => $attributeName]; 168 168 if ($this->extendedUrlContext) { 169 $context['htmlElement'] = (string) $element;169 $context['htmlElement'] = $this->domParser->getOuterHtml($element); 170 170 } 171 171 if ($this->filterCallback && ($this->filterCallback)($resolvedUrl, $context)) { -
staatic/trunk/vendor/symfony/config/Definition/Builder/BooleanNodeDefinition.php
r3344470 r3356706 3 3 namespace Staatic\Vendor\Symfony\Component\Config\Definition\Builder; 4 4 5 use Staatic\Vendor\Symfony\Component\Config\Definition\ ScalarNode;5 use Staatic\Vendor\Symfony\Component\Config\Definition\VariableNode; 6 6 use Staatic\Vendor\Symfony\Component\Config\Definition\BooleanNode; 7 7 use Staatic\Vendor\Symfony\Component\Config\Definition\Exception\InvalidDefinitionException; … … 13 13 $this->nullEquivalent = \true; 14 14 } 15 protected function instantiateNode(): ScalarNode15 protected function instantiateNode(): VariableNode 16 16 { 17 17 return new BooleanNode($this->name, $this->parent, $this->pathSeparator); -
staatic/trunk/vendor/symfony/config/Definition/Builder/EnumNodeDefinition.php
r3344470 r3356706 4 4 5 5 use InvalidArgumentException; 6 use Staatic\Vendor\Symfony\Component\Config\Definition\ ScalarNode;6 use Staatic\Vendor\Symfony\Component\Config\Definition\VariableNode; 7 7 use RuntimeException; 8 8 use Staatic\Vendor\Symfony\Component\Config\Definition\EnumNode; … … 25 25 return $this; 26 26 } 27 protected function instantiateNode(): ScalarNode27 protected function instantiateNode(): VariableNode 28 28 { 29 29 if (!isset($this->values)) { -
staatic/trunk/vendor/symfony/config/Definition/Builder/FloatNodeDefinition.php
r3344470 r3356706 3 3 namespace Staatic\Vendor\Symfony\Component\Config\Definition\Builder; 4 4 5 use Staatic\Vendor\Symfony\Component\Config\Definition\ ScalarNode;5 use Staatic\Vendor\Symfony\Component\Config\Definition\VariableNode; 6 6 use Staatic\Vendor\Symfony\Component\Config\Definition\FloatNode; 7 7 class FloatNodeDefinition extends NumericNodeDefinition 8 8 { 9 protected function instantiateNode(): ScalarNode9 protected function instantiateNode(): VariableNode 10 10 { 11 11 return new FloatNode($this->name, $this->parent, $this->min, $this->max, $this->pathSeparator); -
staatic/trunk/vendor/symfony/config/Definition/Builder/IntegerNodeDefinition.php
r3344470 r3356706 3 3 namespace Staatic\Vendor\Symfony\Component\Config\Definition\Builder; 4 4 5 use Staatic\Vendor\Symfony\Component\Config\Definition\ ScalarNode;5 use Staatic\Vendor\Symfony\Component\Config\Definition\VariableNode; 6 6 use Staatic\Vendor\Symfony\Component\Config\Definition\IntegerNode; 7 7 class IntegerNodeDefinition extends NumericNodeDefinition 8 8 { 9 protected function instantiateNode(): ScalarNode9 protected function instantiateNode(): VariableNode 10 10 { 11 11 return new IntegerNode($this->name, $this->parent, $this->min, $this->max, $this->pathSeparator);
Note: See TracChangeset
for help on using the changeset viewer.