Skip to content

Commit 205fe3e

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/WaterPipe/WaterPipe.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,7 @@ public function run()
444444
* If an exception has occured while running the pipe
445445
* This method will return that exception.
446446
* Otherwise, will return null.
447+
* @return \Exception
447448
*/
448449
function getRunningException () {
449450
return $this->_runningException;

0 commit comments

Comments
 (0)