Skip to content

Commit

Permalink
[#14734] - PSR correction and type for log level
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Feb 19, 2020
1 parent 71ea05f commit 4035428
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-psr": "^0.7",
"ext-psr": "^0.7|^1.0",
"ext-xml": "*",
"ext-redis": "*",
"ext-igbinary": "*",
Expand Down
2 changes: 1 addition & 1 deletion phalcon/DataMapper/Pdo/Profiler/Profiler.zep
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class Profiler implements ProfilerInterface
protected logFormat = "";

/**
* @var string
* @var int
*/
protected logLevel = 0;

Expand Down

0 comments on commit 4035428

Please sign in to comment.