Browse Source

[php] php please...

Simon Krajewski 8 years ago
parent
commit
0fb178214d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      std/php/_std/List.hx

+ 1 - 1
std/php/_std/List.hx

@@ -19,7 +19,7 @@
  * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  * DEALINGS IN THE SOFTWARE.
  */
-@:coreApi class List<T> implements php.IteratorAggregate<T> {
+class List<T> implements php.IteratorAggregate<T> {
 
 	@:ifFeature("List.iterator") private var h : ArrayAccess<Dynamic>;
 	@:ifFeature("List.iterator") private var q : ArrayAccess<Dynamic>;