1
0
mirror of https://github.com/danog/parallel.git synced 2024-11-27 04:44:56 +01:00

Fix docblock goof

This commit is contained in:
coderstephen 2015-07-15 17:31:04 -05:00
parent 6442bb9191
commit 72f767b707

View File

@ -232,7 +232,7 @@ abstract class SharedObject
* @param int $key The shared memory key.
* @param string $mode The mode to open the shared memory in.
* @param int $permissions Process permissions on the shared memory.
* @param int The size to crate the shared memory in bytes.
* @param int $size The size to crate the shared memory in bytes.
*
* @internal
*/