Completed
Branch master (163bd6)
by Alexey
39:22
created
commands/behaviors/LockUnLockBehavior.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
     /**
83 83
      * @param $event
84 84
      *
85
-     * @return bool
85
+     * @return boolean|null
86 86
      */
87 87
     public function beforeAction($event)
88 88
     {
Please login to merge, or discard this patch.
commands/FileOutput.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -47,6 +47,7 @@
 block discarded – undo
47 47
     /**
48 48
      * Initializes the route.
49 49
      * This method is invoked after the route is created by the route manager.
50
+     * @param string $logFile
50 51
      */
51 52
     public function __construct($logFile)
52 53
     {
Please login to merge, or discard this patch.
commands/traits/DaemonTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
124 124
     /**
125 125
      * Add pid
126 126
      *
127
-     * @param $pid
127
+     * @param integer $pid
128 128
      */
129 129
     protected function addPid($pid)
130 130
     {
Please login to merge, or discard this patch.