mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
Private/protected visibility cleanup (#3263)
* Fix a number of private visibility issues
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
* @author daarond@gmail.com (Daaron Dwyer)
|
||||
*/
|
||||
|
||||
/*
|
||||
/**
|
||||
* Lists in PHP are known to break when non-variables are passed into blocks
|
||||
* that require a list. PHP, unlike other languages, passes arrays as reference
|
||||
* value instead of value so we are unable to support it to the extent we can
|
||||
|
||||
Reference in New Issue
Block a user