Coding rules: 1 blank line between class methods.
authorRaphaël Barrois <raphael.barrois@polytechnique.org>
Mon, 14 Nov 2011 19:12:54 +0000 (20:12 +0100)
committerRaphaël Barrois <raphael.barrois@polytechnique.org>
Mon, 14 Nov 2011 19:12:54 +0000 (20:12 +0100)
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
classes/profile.php

index 605a3ff..104702b 100644 (file)
@@ -952,6 +952,7 @@ class Profile implements PlExportable
             return array();
         }
     }
+
     public function getFullBinets()
     {
         if ($this->visibility->isVisible(Visibility::EXPORT_PRIVATE)) {
@@ -963,6 +964,7 @@ class Profile implements PlExportable
             return array();
         }
     }
+
     public function getBinetsNames()
     {
         if ($this->visibility->isVisible(Visibility::EXPORT_PRIVATE)) {