Commit f8701625 by Carsten Brandt

fixed indentation of PhpDocController and sort properties alphabetically

parent 1c9b9681
...@@ -238,6 +238,8 @@ class PhpDocController extends Controller ...@@ -238,6 +238,8 @@ class PhpDocController extends Controller
); );
} }
ksort($props);
// foreach ($props as $propName => &$prop) // I don't like write-only props... // foreach ($props as $propName => &$prop) // I don't like write-only props...
// if (!isset($prop['get'])) // if (!isset($prop['get']))
// unset($props[$propName]); // unset($props[$propName]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment