[Git][codeigniterpower/codeigniterpower][master] dont use class firm from php 8

1 view
Skip to first unread message

Герхард PICCORO Lenz McKAY (@mckaygerhard)

unread,
Jan 23, 2023, 9:37:09 AM1/23/23
to venenux...@googlegroups.com

Герхард PICCORO Lenz McKAY pushed to branch master at codeigniterpower / codeigniterpower

Commits:

  • 9c99fafd
    by Герхард PICCORO Lenz McKAY at 2023-01-23T10:36:56-04:00
    dont use class firm from php 8
    

1 changed file:

Changes:

  • appsys/helpers/html_helper.php
    ... ... @@ -334,7 +334,7 @@ if (! function_exists('script_tag')) {
    334 334
     	 * @param array|string $src       Script source or an array of attributes
    
    335 335
     	 * @param bool         $indexPage Should indexPage be added to the JS path
    
    336 336
     	 */
    
    337
    -	function script_tag($src = NULL, bool $indexPage = false): string
    
    337
    +	function script_tag($src = NULL, $indexPage = false)
    
    338 338
     	{
    
    339 339
     		if( $src === NULL ) $src = '';
    
    340 340
     		
    


View it on GitLab.
You're receiving this email because of your account on gitlab.com. Manage all notifications · Help

Reply all
Reply to author
Forward
0 new messages