Skip to content

Commit 46c86b4

Browse files
manitrana2axl
andauthored
Fix another type hint in src/WaterPipe/WaterPipe.php
Co-authored-by: Nana Axel <[email protected]>
1 parent 205fe3e commit 46c86b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WaterPipe/WaterPipe.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ class WaterPipe
158158
* In case an exception occurs during pipe execution, it will be
159159
* stored here for user code to read in middlewares and error handlers
160160
*
161-
* @var Exception
161+
* @var \Exception
162162
*/
163163
private $_runningException;
164164

0 commit comments

Comments
 (0)