File tree Expand file tree Collapse file tree 1 file changed +0
-31
lines changed
src/Symfony/Component/Process Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Original file line number Diff line number Diff line change @@ -1047,19 +1047,6 @@ public function setEnv(array $env)
1047
1047
return $ this ;
1048
1048
}
1049
1049
1050
- /**
1051
- * Gets the contents of STDIN.
1052
- *
1053
- * @return string|null The current contents
1054
- *
1055
- * @deprecated Deprecated since version 2.5, to be removed in 3.0.
1056
- * This method is deprecated in favor of getInput.
1057
- */
1058
- public function getStdin ()
1059
- {
1060
- return $ this ->getInput ();
1061
- }
1062
-
1063
1050
/**
1064
1051
* Gets the Process input.
1065
1052
*
@@ -1070,24 +1057,6 @@ public function getInput()
1070
1057
return $ this ->input ;
1071
1058
}
1072
1059
1073
- /**
1074
- * Sets the contents of STDIN.
1075
- *
1076
- * @param string|null $stdin The new contents
1077
- *
1078
- * @return self The current Process instance
1079
- *
1080
- * @deprecated Deprecated since version 2.5, to be removed in 3.0.
1081
- * This method is deprecated in favor of setInput.
1082
- *
1083
- * @throws LogicException In case the process is running
1084
- * @throws InvalidArgumentException In case the argument is invalid
1085
- */
1086
- public function setStdin ($ stdin )
1087
- {
1088
- return $ this ->setInput ($ stdin );
1089
- }
1090
-
1091
1060
/**
1092
1061
* Sets the input.
1093
1062
*
You can’t perform that action at this time.
0 commit comments