]> git.mxchange.org Git - core.git/blobdiff - inc/classes/interfaces/streams/crypto/class_EncryptableStream.php
Opps, had 2 Streamable interfaces ...
[core.git] / inc / classes / interfaces / streams / crypto / class_EncryptableStream.php
index a908f9b2b2cfa61057ce4663da22759a13d7b454..9a7e94e2093d9f3d56220c6f2fa3d461fd701ff0 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-interface EncryptableStream extends Streamable {
+interface EncryptableStream extends Stream {
        /**
         * Encrypt the string with fixed salt
         *