<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: 1144: Interface method set data in namespace  is implemented with an incompatible signature in class .</title>
	<atom:link href="http://www.theerrormessage.com/2008/02/1144-interface-method-set-data-in-namespace-is-implemented-with-an-incompatible-signature-in-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theerrormessage.com/2008/02/1144-interface-method-set-data-in-namespace-is-implemented-with-an-incompatible-signature-in-class/</link>
	<description>Fix your error</description>
	<lastBuildDate>Wed, 11 Jan 2012 15:12:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Swav</title>
		<link>http://www.theerrormessage.com/2008/02/1144-interface-method-set-data-in-namespace-is-implemented-with-an-incompatible-signature-in-class/comment-page-1/#comment-27538</link>
		<dc:creator>Swav</dc:creator>
		<pubDate>Sat, 09 Jul 2011 11:12:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.theerrormessage.com/2008/02/20/1144-interface-method-set-data-in-namespace-is-implemented-with-an-incompatible-signature-in-class/#comment-27538</guid>
		<description>In my case error disappeared itself after recompiling.</description>
		<content:encoded><![CDATA[<p>In my case error disappeared itself after recompiling.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bencc</title>
		<link>http://www.theerrormessage.com/2008/02/1144-interface-method-set-data-in-namespace-is-implemented-with-an-incompatible-signature-in-class/comment-page-1/#comment-24100</link>
		<dc:creator>bencc</dc:creator>
		<pubDate>Thu, 11 Nov 2010 09:05:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.theerrormessage.com/2008/02/20/1144-interface-method-set-data-in-namespace-is-implemented-with-an-incompatible-signature-in-class/#comment-24100</guid>
		<description>Thanks Chirs , I fixed the error with referring to your useful and simple example.NICE~</description>
		<content:encoded><![CDATA[<p>Thanks Chirs , I fixed the error with referring to your useful and simple example.NICE~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.theerrormessage.com/2008/02/1144-interface-method-set-data-in-namespace-is-implemented-with-an-incompatible-signature-in-class/comment-page-1/#comment-24088</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sun, 29 Aug 2010 02:07:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.theerrormessage.com/2008/02/20/1144-interface-method-set-data-in-namespace-is-implemented-with-an-incompatible-signature-in-class/#comment-24088</guid>
		<description>It happened to me once when using:

public function funcName()
{
// function body
}

instead of 

public function funcName() : void // &lt;== the diference.
{
// function body
}

The clearly say in the help that the signatures must match &quot;exaclty&quot;.</description>
		<content:encoded><![CDATA[<p>It happened to me once when using:</p>
<p>public function funcName()<br />
{<br />
// function body<br />
}</p>
<p>instead of </p>
<p>public function funcName() : void // &lt;== the diference.<br />
{<br />
// function body<br />
}</p>
<p>The clearly say in the help that the signatures must match &quot;exaclty&quot;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

