Skip to content

Commit

Permalink
Docs: Add more PHP non-conformance
Browse files Browse the repository at this point in the history
See #3283.
  • Loading branch information
unho committed Aug 11, 2015
1 parent 7d5ef06 commit f6fe21f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/formats/php.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,15 @@ Non-Conformance

The following are not yet supported:

* Returning arrays:

.. code-block:: php
<?php
return array(
"one" => "this",
);
* Keyless arrays:

.. code-block:: php
Expand Down

0 comments on commit f6fe21f

Please sign in to comment.