File tree Expand file tree Collapse file tree 1 file changed +0
-35
lines changed
src/Symfony/Component/Process Expand file tree Collapse file tree 1 file changed +0
-35
lines changed Original file line number Diff line number Diff line change @@ -1047,21 +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
- trigger_error ('getStdin() is deprecated since version 2.5 and will be removed in 3.0, use getInput() instead. ' , E_USER_DEPRECATED );
1061
-
1062
- return $ this ->getInput ();
1063
- }
1064
-
1065
1050
/**
1066
1051
* Gets the Process input.
1067
1052
*
@@ -1072,26 +1057,6 @@ public function getInput()
1072
1057
return $ this ->input ;
1073
1058
}
1074
1059
1075
- /**
1076
- * Sets the contents of STDIN.
1077
- *
1078
- * @param string|null $stdin The new contents
1079
- *
1080
- * @return self The current Process instance
1081
- *
1082
- * @deprecated Deprecated since version 2.5, to be removed in 3.0.
1083
- * This method is deprecated in favor of setInput.
1084
- *
1085
- * @throws LogicException In case the process is running
1086
- * @throws InvalidArgumentException In case the argument is invalid
1087
- */
1088
- public function setStdin ($ stdin )
1089
- {
1090
- trigger_error ('setStdin() is deprecated since version 2.5 and will be removed in 3.0, use setInput() instead. ' , E_USER_DEPRECATED );
1091
-
1092
- return $ this ->setInput ($ stdin );
1093
- }
1094
-
1095
1060
/**
1096
1061
* Sets the input.
1097
1062
*
You can’t perform that action at this time.
0 commit comments