Ryan Peters

- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
-
-
Ryan Peters created a post, undefined class bool in phpdoc
I'm running the latest version of PHPStorm (111.217) and am getting weird errors in my PHPDoc. I have a function:public function Login($strUsername, $strPassword) { return tr... -
Ryan Peters created a post, PHPUnit Error details
When I run PHP unit from the command line, I get output like the following: SessionTest::testDisplayInfoLogin matchesFailed asserting that two strings are equal.--- Expected+++ Actual@@ @@-'rpeters... -
-
-
-
-
Ryan Peters created a post, phpStorm asking for git password even though command line does not
So I've got phpStorm working well with Git, except when it comes to pulling/pushing to my remote repository. Every time I try it within PhpStorm, it asks for the password of the remote user.The pro...