GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Push — master ( a5e967...1d2107 )
by Scott
05:21
created
src/MenuData.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
94 94
     /**
95 95
      * 設定過濾資料條件
96 96
      * @param array $filter ex array(item_1, item2, ...)
97
-     * @return this
97
+     * @return MenuData
98 98
      */
99 99
     public function setFilter(Array $filter)
100 100
     {
@@ -157,7 +157,7 @@  discard block
 block discarded – undo
157 157
     /**
158 158
      * @param $index 要插入的索引位址 (0 base)
159 159
      * @param array $insertData
160
-     * @return this
160
+     * @return MenuData
161 161
      */
162 162
     public function insert($index, Array $insertData)
163 163
     {
Please login to merge, or discard this patch.
src/MenuTree.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -119,6 +119,10 @@
 block discarded – undo
119 119
     }
120 120
 
121 121
     // 創建樹狀資料
122
+
123
+    /**
124
+     * @param integer $deep
125
+     */
122 126
     private static function createTree($data, $selfColumn, $parentColumn, $parentId, $deep)
123 127
     {
124 128
         $memberList = array();
Please login to merge, or discard this patch.