| @@ -106,9 +106,9 @@ | ||
| 106 | 106 | } |
| 107 | 107 | |
| 108 | 108 | $randomString = ''; |
| 109 | 109 | for ($i = 0; $i < $bsize; $i++) { |
| 110 | - $randomString .= $characters[rand(0, $charactersLength - 1)]; | |
| 110 | + $randomString .= $characters[rand(0, $charactersLength - 1)]; // phpcs:ignore WordPress.WP.AlternativeFunctions.rand_rand | |
| 111 | 111 | } |
| 112 | 112 | |
| 113 | 113 | $this->stream->writeStream($randomString); |
| 114 | 114 | $totalSize -= $bsize; |