Skip to content

Commit a832aef

Browse files
authored
Merge pull request #1005 from phalcon/3.1.x
3.1.2
2 parents 428f3cf + de59326 commit a832aef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ide/stubs/Phalcon/queue/Beanstalk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ public function read($length = 0) {}
250250
* @param string $data
251251
* @return bool|int
252252
*/
253-
protected function write($data) {}
253+
public function write($data) {}
254254

255255
/**
256256
* Closes the connection to the beanstalk server.

phalcon.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
@echo off
22

3-
set PTOOLSPATH="%~dp0\"
3+
set PTOOLSPATH=%~dp0
44
php %PTOOLSPATH%phalcon.php %*

scripts/Phalcon/Devtools/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ class Version extends PhVersion
3939
*/
4040
protected static function _getVersion()
4141
{
42-
return [3, 1, 1, 4, 0];
42+
return [3, 1, 2, 4, 0];
4343
}
4444
}

0 commit comments

Comments
 (0)