@@ -65,7 +65,7 @@ discard block |
||
| 65 | 65 | /** |
| 66 | 66 | * Reflect |
| 67 | 67 | * |
| 68 | - * @param null $object |
|
| 68 | + * @param Entity $object |
|
| 69 | 69 | * |
| 70 | 70 | * @return array |
| 71 | 71 | */ |
@@ -183,7 +183,7 @@ discard block |
||
| 183 | 183 | /** |
| 184 | 184 | * Get a property from the current Entity |
| 185 | 185 | * |
| 186 | - * @param mixed $property |
|
| 186 | + * @param string $property |
|
| 187 | 187 | * @param mixed $default |
| 188 | 188 | * |
| 189 | 189 | * @return mixed |
@@ -278,8 +278,8 @@ |
||
| 278 | 278 | public function stripMarkDown($string) |
| 279 | 279 | { |
| 280 | 280 | return str_replace( |
| 281 | - ['[', '`', '*', '_',], |
|
| 282 | - ['\[', '\`', '\*', '\_',], |
|
| 281 | + ['[', '`', '*', '_', ], |
|
| 282 | + ['\[', '\`', '\*', '\_', ], |
|
| 283 | 283 | $string |
| 284 | 284 | ); |
| 285 | 285 | } |