<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div>Hey</div><div><br></div><div>As Helmut says it’s “@var integer” not “@var Integer”. It has nothing to do with classes. int is just a shorthand for integer, but they’re exactly the same.</div><div><br></div><div><a href="http://www.php.net/manual/en/language.types.integer.php">http://www.php.net/manual/en/language.types.integer.php</a></div><div><a href="http://www.php.net/manual/en/language.types.type-juggling.php">http://www.php.net/manual/en/language.types.type-juggling.php</a></div><br><div><div>On 17/01/2014, at 13.09, Markus Klein &lt;<a href="mailto:klein.t3@mfc-linz.at">klein.t3@mfc-linz.at</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">@var Integer.... hm<br><br>1.) Integer is the class not the basic data type<br>2.) Isn't there a \ missing in front, for global namespace?<br>3.) Is there any benefit of using the classes instead of the basic data types?<br><br>Kind regards<br>Markus<br><br>------------------------------------------------------------<br>Markus Klein<br>TYPO3 CMS Active Contributors Team Member<br><br>From: <a href="mailto:typo3-team-core-bounces@lists.typo3.org">typo3-team-core-bounces@lists.typo3.org</a> [<a href="mailto:typo3-team-core-bounces@lists.typo3.org">mailto:typo3-team-core-bounces@lists.typo3.org</a>] On Behalf Of Fabien Udriot<br>Sent: Friday, January 17, 2014 1:02 PM<br>To: TYPO3 core team<br>Subject: Re: [TYPO3-core] CGL Voting for typecasts and @var annotations<br><br>Hi,<br>It would be good to have the same convention across the TYPO3 project. <br>Isn't it used "@var Integer" in Flow?<br>Fb.<br>Hi!<br>On 16.01.14 11:11, Dmitry Dulepov wrote:<br>Hi!<br>Helmut Hummel wrote:<br>Since this topic pops up from time to time when speaking with different<br>people, I'd like to have a final and official decision on it.<br>On what exactly? Could you be more specific?<br>1.<br>How typecasts should look like. Long name (integer) or short name (bool), with or without space before the variable.<br>2.<br>How @var annotations look like. Long name "@var integer" or short name "@var int" and whether the decision on this should depend on the decision on typecasts or if this can be different (typecast short, var annotation long).<br>Kind regards,<br>Helmut<br>-- <br>Helmut Hummel<br>Release Manager TYPO3 6.0<br>TYPO3 Core Developer, TYPO3 Security Team Member<br>TYPO3 .... inspiring people to share!<br>Get involved: <a href="http://typo3.org">typo3.org</a><br>________________________________________<br>Before posting to this list, please have a look to the posting rules<br>on the following websites:<br><a href="http://typo3.org/teams/core/core-mailinglist-rules/">http://typo3.org/teams/core/core-mailinglist-rules/</a><br>http://typo3.org/development/bug-fixing/diff-and-patch/<br>________________________________________<br>TYPO3-team-core mailing list<br>TYPO3-team-core@lists.typo3.org<br>http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-team-core<br><br>_______________________________________________<br>Before posting to this list, please have a look to the posting rules<br>on the following websites:<br><br>http://typo3.org/teams/core/core-mailinglist-rules/<br>http://typo3.org/development/bug-fixing/diff-and-patch/<br>_______________________________________________<br>TYPO3-team-core mailing list<br>TYPO3-team-core@lists.typo3.org<br>http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-team-core<br></blockquote></div><br></body></html>