Completed
Push — master ( 29387e...b73e61 )
by Vladimir
02:36
created
src/PulseNote.php 1 patch
Spacing   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
      *
86 86
      * @return string
87 87
      */
88
-    public function getType()
88
+    public function getType ()
89 89
     {
90 90
         return $this->type;
91 91
     }
@@ -95,7 +95,7 @@  discard block
 block discarded – undo
95 95
      *
96 96
      * @return string
97 97
      */
98
-    public function getId()
98
+    public function getId ()
99 99
     {
100 100
         return $this->id;
101 101
     }
@@ -105,7 +105,7 @@  discard block
 block discarded – undo
105 105
      *
106 106
      * @return string
107 107
      */
108
-    public function getTitle()
108
+    public function getTitle ()
109 109
     {
110 110
         return $this->title;
111 111
     }
@@ -115,7 +115,7 @@  discard block
 block discarded – undo
115 115
      *
116 116
      * @return string
117 117
      */
118
-    public function getPulseId()
118
+    public function getPulseId ()
119 119
     {
120 120
         return $this->project_id;
121 121
     }
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
125 125
      *
126 126
      * @return string
127 127
      */
128
-    public function getPermissions()
128
+    public function getPermissions ()
129 129
     {
130 130
         return $this->permissions;
131 131
     }
@@ -135,7 +135,7 @@  discard block
 block discarded – undo
135 135
      *
136 136
      * @return string
137 137
      */
138
-    public function getContent()
138
+    public function getContent ()
139 139
     {
140 140
         return $this->content;
141 141
     }
@@ -145,7 +145,7 @@  discard block
 block discarded – undo
145 145
      *
146 146
      * @return \DateTime
147 147
      */
148
-    public function getCreatedAt()
148
+    public function getCreatedAt ()
149 149
     {
150 150
         self::lazyLoad($this->created_at, '\DateTime');
151 151
 
@@ -157,7 +157,7 @@  discard block
 block discarded – undo
157 157
      *
158 158
      * @return \DateTime
159 159
      */
160
-    public function getUpdatedAt()
160
+    public function getUpdatedAt ()
161 161
     {
162 162
         self::lazyLoad($this->updated_at, '\DateTime');
163 163
 
Please login to merge, or discard this patch.