Merge pull request #14673 from eileenmcnaughton/payment_create
[civicrm-core.git] / Civi / Core / Resolver.php
index 3583a6303bbba161a265647dce144bcc9c76f44f..b1e54684a627629d4004068b9e83330177c76f38 100644 (file)
@@ -250,7 +250,8 @@ class ResolverApi {
 }
 
 class ResolverGlobalCallback {
-  private $mode, $path;
+  private $mode;
+  private $path;
 
   /**
    * Class constructor.