Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74690 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67848 invoked from network); 2 Jun 2014 00:38:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Jun 2014 00:38:43 -0000 Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.44 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.219.44 mail-oa0-f44.google.com Received: from [209.85.219.44] ([209.85.219.44:53273] helo=mail-oa0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 96/99-15017-097CB835 for ; Sun, 01 Jun 2014 20:38:42 -0400 Received: by mail-oa0-f44.google.com with SMTP id o6so3967764oag.3 for ; Sun, 01 Jun 2014 17:38:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=agqoVOLhILVCUeGTP+8WRoxj59+UD8xAxmMffzl7dQA=; b=ZMjfgbZe1K9362Ym+po7bEOEf1F86A6YHLIacGQlVvCbnBEPENWxUITp6eIZyCrT81 +GMcq6duPNTH0T/KZq6CaS1NzUd94335Z6KX52K7SV3rO2BPs3o8/SiBiNcI7QCKEkhP H6ZUG9Q8cKupsWh0haj1bzvBnu4hZjss+1SzzrUTH6gYnh/LF5QZH03ORKI7eBOzb3sz iYF8Aj4H2VI+dSXc2TLysx7rXY4m+Pv1+jpx8p1kLCNYd6Yv9jeb7o1hdowjApbbChSK btPt9OzLG08N2++JXkNU31w1yoonjL5/h4BqGw0gjA0daZ0w7YWYVFPXt9aYzrLgmkva mCFA== MIME-Version: 1.0 X-Received: by 10.60.74.163 with SMTP id u3mr35613998oev.2.1401669517876; Sun, 01 Jun 2014 17:38:37 -0700 (PDT) Sender: morrison.levi@gmail.com Received: by 10.76.77.100 with HTTP; Sun, 1 Jun 2014 17:38:37 -0700 (PDT) In-Reply-To: References: Date: Sun, 1 Jun 2014 18:38:37 -0600 X-Google-Sender-Auth: OBXjxZf5MPT4T0IFgfTGFRC8plU Message-ID: To: Sara Golemon Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC] ReflectionParameter::hasTypehint() / getTypehintText() From: levim@php.net (Levi Morrison) We might want to rename `ReflectionTypeAnnotation::isNullable` to `ReflectionTypeAnnotation::allowsNull`. I think it is a bit more understandable; it also is used by `ReflectionParmeter` so it would be a bit more consistent. What do you think?