private function writeClassFile()

in build/ClassAnnotationUpdater.php [112:119]


    private function writeClassFile($contents)
    {
        return (bool) file_put_contents(
            $this->reflection->getFileName(),
            $contents,
            LOCK_EX
        );
    }