Fix type hint to match php docs
authorMark A. Hershberger <mah@everybody.org>
Wed, 10 Dec 2014 20:00:45 +0000 (15:00 -0500)
committerUmherirrender <umherirrender_de.wp@web.de>
Wed, 10 Dec 2014 20:37:47 +0000 (20:37 +0000)
commitf0723166f1a29b7298456006c2f1a7a4d9d1bb3f
tree6217c2210642a8a125a98b01c12f18fb18cd5051
parent4d39b31bba6d0b9d79a0bedddf44b906901dadfe
Fix type hint to match php docs

From http://php.net/manual/en/function.posix-isatty.php

bool posix_isatty ( mixed $fd )

Determines if the file descriptor fd refers to a valid terminal type device.

fd

    The file descriptor, which is expected to be either a file
    resource or an integer. An integer will be assumed to be a file
    descriptor that can be passed directly to the underlying system
    call.

    In almost all cases, you will want to provide a file resource.

Change-Id: Ief19ac1f09e0a955c8f5d5af28b87b8e8d427a2e
maintenance/Maintenance.php