mirror of
https://github.com/google/blockly.git
synced 2026-01-06 08:30:13 +01:00
Lint
This commit is contained in:
@@ -430,7 +430,7 @@ Blockly.PHP['lists_getSublist'] = function(block) {
|
||||
' $at1 = count($list) - 1 - $at1;',
|
||||
' } else if ($where1 == \'FIRST\') {',
|
||||
' $at1 = 0;',
|
||||
' } else if ($where1 != \'FROM_START\'){',
|
||||
' } else if ($where1 != \'FROM_START\') {',
|
||||
' throw new Exception(\'Unhandled option (lists_get_sublist).\');',
|
||||
' }',
|
||||
' $length = 0;',
|
||||
|
||||
Reference in New Issue
Block a user