Private/protected visibility cleanup (#3263)

* Fix a number of private visibility issues
This commit is contained in:
Sam El-Husseini
2019-10-16 11:48:09 -05:00
committed by GitHub
parent 01b6992efd
commit 986e965be8
22 changed files with 38 additions and 19 deletions

View File

@@ -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