Completed
Push — master ( 9607bb...386726 )
by Vladimir
06:23 queued 02:43
created
src/PulseBoard.php 1 patch
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@  discard block
 block discarded – undo
95 95
      *
96 96
      * @return string
97 97
      */
98
-    public function getUrl()
98
+    public function getUrl ()
99 99
     {
100 100
         return $this->url;
101 101
     }
@@ -109,7 +109,7 @@  discard block
 block discarded – undo
109 109
      *
110 110
      * @return int
111 111
      */
112
-    public function getId()
112
+    public function getId ()
113 113
     {
114 114
         return $this->id;
115 115
     }
@@ -123,7 +123,7 @@  discard block
 block discarded – undo
123 123
      *
124 124
      * @return string
125 125
      */
126
-    public function getName()
126
+    public function getName ()
127 127
     {
128 128
         return $this->name;
129 129
     }
@@ -137,7 +137,7 @@  discard block
 block discarded – undo
137 137
      *
138 138
      * @return string
139 139
      */
140
-    public function getDescription()
140
+    public function getDescription ()
141 141
     {
142 142
         return $this->description;
143 143
     }
@@ -151,7 +151,7 @@  discard block
 block discarded – undo
151 151
      *
152 152
      * @return \DateTime
153 153
      */
154
-    public function getCreatedAt()
154
+    public function getCreatedAt ()
155 155
     {
156 156
         self::lazyLoad($this->created_at, "DateTime");
157 157
 
@@ -167,7 +167,7 @@  discard block
 block discarded – undo
167 167
      *
168 168
      * @return \DateTime
169 169
      */
170
-    public function getUpdatedAt()
170
+    public function getUpdatedAt ()
171 171
     {
172 172
         self::lazyLoad($this->updated_at, "DateTime");
173 173
 
@@ -256,7 +256,7 @@  discard block
 block discarded – undo
256 256
      *
257 257
      * @return PulseColumn[]
258 258
      */
259
-    public function getColumns()
259
+    public function getColumns ()
260 260
     {
261 261
         self::lazyInject($this->columns, array(
262 262
             "board_id" => $this->getId()
Please login to merge, or discard this patch.