Completed
Pull Request — master (#259)
by Filip
02:33
created
src/Kdyby/Doctrine/Connection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -368,7 +368,7 @@
 block discarded – undo
368 368
 	/**
369 369
 	 * @deprecated
370 370
 	 * @internal
371
-	 * @param \Exception|\Throwable $e
371
+	 * @param \Exception $e
372 372
 	 * @param string $query
373 373
 	 * @param array $params
374 374
 	 * @return DBALException
Please login to merge, or discard this patch.
src/Kdyby/Doctrine/Entities/BaseEntity.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -347,7 +347,7 @@
 block discarded – undo
347 347
 	/**
348 348
 	 * Should return only public or protected properties of class
349 349
 	 *
350
-	 * @return array
350
+	 * @return string
351 351
 	 */
352 352
 	private function listObjectProperties()
353 353
 	{
Please login to merge, or discard this patch.
src/Kdyby/Doctrine/exceptions.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -279,7 +279,7 @@  discard block
 block discarded – undo
279 279
 	/**
280 280
 	 * This is just a paranoia, hopes no one actually serializes exceptions.
281 281
 	 *
282
-	 * @return array
282
+	 * @return string[]
283 283
 	 */
284 284
 	public function __sleep()
285 285
 	{
@@ -320,7 +320,7 @@  discard block
 block discarded – undo
320 320
 
321 321
 
322 322
 	/**
323
-	 * @return array
323
+	 * @return string[]
324 324
 	 */
325 325
 	public function __sleep()
326 326
 	{
@@ -361,7 +361,7 @@  discard block
 block discarded – undo
361 361
 
362 362
 
363 363
 	/**
364
-	 * @return array
364
+	 * @return string[]
365 365
 	 */
366 366
 	public function __sleep()
367 367
 	{
Please login to merge, or discard this patch.