=========================== Rule ``phpdoc_param_order`` =========================== Orders all ``@param`` annotations in DocBlocks according to method signature. Examples -------- Example #1 ~~~~~~~~~~ .. code-block:: diff --- Original +++ New `_ - Test class: `PhpCsFixer\\Tests\\Fixer\\Phpdoc\\PhpdocParamOrderFixerTest <./../../../tests/Fixer/Phpdoc/PhpdocParamOrderFixerTest.php>`_ The test class defines officially supported behaviour. Each test case is a part of our backward compatibility promise.