Jump to content

Recommended Posts

Posted

I've seen this error in my IDE for a while now but forgot to report it earlier. It is caused by the newly added \IPS\Node\DelayedCount trait.

 

I see this error even in several classes, even inside Application.php for applications that don't implement the trait. 🤷‍♂️

When I tell the IDE to fix the issue automatically this function gets added to the file (Application.php in this case):

	/**
	 * Count all comments, items, etc
	 *
	 * @return mixed
	 */
	protected function recount()
	{
		// TODO: Implement recount() method.
	}

I have no comments, items, or anything else that needs recounting in this specific application or others, though.

Posted

Thank you for bringing this issue to our attention! I can confirm this should be further reviewed and I have logged an internal bug report for our development team to investigate and address as necessary, in a future maintenance release.

 

Posted

I can't reproduce this in my IDE ( phpStorm  2024.2.1 Build #PS-242.21829.154, built on August 29, 2024 )

What are the exact steps to reproduce this? Which Application.php class will show this?

Posted

Just creating a simple application is enough. I can reproduce it even on v5.

 

I create a new application:

  • Name: Hello World
  • Directory: hello

 

Here's what I see in my IDE, that error is on line 19 (red arrow):

k0pwia1.png

 

 

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...