Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
GenisysPro
GenisysPro
Commits
a0e596f4
Commit
a0e596f4
authored
Aug 31, 2017
by
Apple
Committed by
GitHub
Aug 31, 2017
Browse files
Forgot this
parent
ddcce773
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/pocketmine/Thread.php
src/pocketmine/Thread.php
+1
-1
No files found.
src/pocketmine/Thread.php
View file @
a0e596f4
...
...
@@ -71,7 +71,7 @@ abstract class Thread extends \Thread {
*
* @return bool
*/
public
function
start
(
int
$options
=
PTHREADS_INHERIT_ALL
){
public
function
start
(
?
int
$options
=
\
PTHREADS_INHERIT_ALL
){
ThreadManager
::
getInstance
()
->
add
(
$this
);
if
(
!
$this
->
isRunning
()
and
!
$this
->
isJoined
()
and
!
$this
->
isTerminated
()){
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment