Completed
Push — master ( 94779f...316574 )
by Dariusz
01:41
created
Model/Avatar.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -31,6 +31,9 @@
 block discarded – undo
31 31
         return base64_encode($this->getPicture());
32 32
     }
33 33
     
34
+    /**
35
+     * @return string
36
+     */
34 37
     private function getPicture()
35 38
     {
36 39
         if($this->picture){
Please login to merge, or discard this patch.
Model/ProfileAvatar.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -90,6 +90,9 @@
 block discarded – undo
90 90
         }
91 91
     }
92 92
     
93
+    /**
94
+     * @param integer $color
95
+     */
93 96
     private function filledRectangle(array $coordinates, $color, $field)
94 97
     {
95 98
         if ($field) {
Please login to merge, or discard this patch.