From a1ad45486b216763eb643b920b680f637633a264 Mon Sep 17 00:00:00 2001 From: Daniel Hensby Date: Tue, 15 Oct 2013 11:16:25 +0100 Subject: [PATCH] FIX Changing `public` static `$priority` to `private` Deprecation error thrown in master whilst this is public --- api/DataFormatter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/DataFormatter.php b/api/DataFormatter.php index c86800f69..ac42c9a29 100644 --- a/api/DataFormatter.php +++ b/api/DataFormatter.php @@ -15,7 +15,7 @@ abstract class DataFormatter extends Object { * * @var int */ - public static $priority = 50; + private static $priority = 50; /** * Follow relations for the {@link DataObject} instances