Completed
Pull Request — master (#276)
by Piotr
02:45
created
Admin/ResourceRepository/ResourceFormBuilder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
     }
63 63
 
64 64
     /**
65
-     * @param $key
65
+     * @param string $key
66 66
      * @return string
67 67
      */
68 68
     private function createPropertyPath($key)
Please login to merge, or discard this patch.
features/fixtures/project/src/FSi/FixturesBundle/Entity/News.php 1 patch
Doc Comments   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@  discard block
 block discarded – undo
83 83
     }
84 84
 
85 85
     /**
86
-     * @return mixed
86
+     * @return string
87 87
      */
88 88
     public function getId()
89 89
     {
@@ -109,7 +109,7 @@  discard block
 block discarded – undo
109 109
     }
110 110
 
111 111
     /**
112
-     * @return mixed
112
+     * @return string
113 113
      */
114 114
     public function getCreatedAt()
115 115
     {
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
125 125
     }
126 126
 
127 127
     /**
128
-     * @return mixed
128
+     * @return string
129 129
      */
130 130
     public function getCreatorEmail()
131 131
     {
@@ -141,7 +141,7 @@  discard block
 block discarded – undo
141 141
     }
142 142
 
143 143
     /**
144
-     * @return mixed
144
+     * @return string
145 145
      */
146 146
     public function getTitle()
147 147
     {
@@ -173,7 +173,7 @@  discard block
 block discarded – undo
173 173
     }
174 174
 
175 175
     /**
176
-     * @return mixed
176
+     * @return string
177 177
      */
178 178
     public function getDate()
179 179
     {
@@ -191,7 +191,7 @@  discard block
 block discarded – undo
191 191
     }
192 192
 
193 193
     /**
194
-     * @return mixed
194
+     * @return boolean
195 195
      */
196 196
     public function isVisible()
197 197
     {
@@ -239,7 +239,7 @@  discard block
 block discarded – undo
239 239
     }
240 240
 
241 241
     /**
242
-     * @return mixed
242
+     * @return string
243 243
      */
244 244
     public function getCategories()
245 245
     {
Please login to merge, or discard this patch.