rfc:renamed_parameters

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
rfc:renamed_parameters [2020/07/24 13:51] – created carnagerfc:renamed_parameters [2020/07/24 14:09] carnage
Line 1: Line 1:
 ====== PHP RFC: Renamed Parameters ====== ====== PHP RFC: Renamed Parameters ======
   * Version: 0.1   * Version: 0.1
-  * Date: 2020-07-24 (use today's date here)+  * Date: 2020-07-24
   * Author: Chris Riley, t.carnage@gmail.com   * Author: Chris Riley, t.carnage@gmail.com
   * Status: Draft    * Status: Draft 
Line 21: Line 21:
  
 class RegistrationHandler implements Handler { class RegistrationHandler implements Handler {
-    public function handle($registraionCommand);+    public function handle($registrationCommand);
 } }
  
rfc/renamed_parameters.txt · Last modified: 2020/08/09 17:23 by imsop