瀏覽代碼

add strict types to patterns

madhusudhand 1 年之前
父節點
當前提交
d4def68e98
共有 44 個文件被更改,包括 44 次插入0 次删除
  1. 1 0
      blissed/patterns/404.php
  2. 1 0
      blissed/patterns/archive.php
  3. 1 0
      blissed/patterns/footer.php
  4. 1 0
      blissed/patterns/front-page.php
  5. 1 0
      blissed/patterns/header.php
  6. 1 0
      blissed/patterns/index.php
  7. 1 0
      blissed/patterns/page.php
  8. 1 0
      blissed/patterns/search.php
  9. 1 0
      blissed/patterns/single.php
  10. 1 0
      iotix/functions.php
  11. 1 0
      iotix/patterns/404.php
  12. 1 0
      iotix/patterns/footer.php
  13. 1 0
      iotix/patterns/header-home.php
  14. 1 0
      iotix/patterns/header.php
  15. 1 0
      iotix/patterns/hidden-no-results-content.php
  16. 1 0
      iotix/patterns/home.php
  17. 1 0
      iotix/patterns/pricing-table.php
  18. 1 0
      iotix/patterns/search.php
  19. 1 0
      iotix/patterns/single.php
  20. 1 0
      iotix/patterns/startup.php
  21. 1 0
      mymenu/patterns/404.php
  22. 1 0
      mymenu/patterns/archive.php
  23. 1 0
      mymenu/patterns/front-page.php
  24. 1 0
      mymenu/patterns/index.php
  25. 1 0
      mymenu/patterns/search.php
  26. 1 0
      specials/functions.php
  27. 1 0
      specials/patterns/404.php
  28. 1 0
      specials/patterns/comments.php
  29. 1 0
      specials/patterns/footer.php
  30. 1 0
      specials/patterns/gallery.php
  31. 1 0
      specials/patterns/header.php
  32. 1 0
      specials/patterns/home.php
  33. 1 0
      specials/patterns/index.php
  34. 1 0
      specials/patterns/post-meta.php
  35. 1 0
      specials/patterns/posts-list.php
  36. 1 0
      stageplay/functions.php
  37. 1 0
      stageplay/patterns/404.php
  38. 1 0
      stageplay/patterns/comments.php
  39. 1 0
      stageplay/patterns/footer.php
  40. 1 0
      stageplay/patterns/header.php
  41. 1 0
      stageplay/patterns/home.php
  42. 1 0
      stageplay/patterns/index.php
  43. 1 0
      stageplay/patterns/post-meta.php
  44. 1 0
      stageplay/patterns/search.php

+ 1 - 0
blissed/patterns/404.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Title: 404

+ 1 - 0
blissed/patterns/archive.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Title: archive

+ 1 - 0
blissed/patterns/footer.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Title: footer

+ 1 - 0
blissed/patterns/front-page.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Title: front-page

+ 1 - 0
blissed/patterns/header.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Title: header

+ 1 - 0
blissed/patterns/index.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Title: index

+ 1 - 0
blissed/patterns/page.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Title: page

+ 1 - 0
blissed/patterns/search.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Title: search

+ 1 - 0
blissed/patterns/single.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Title: single

+ 1 - 0
iotix/functions.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Iotix functions and definitions

+ 1 - 0
iotix/patterns/404.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Title: 404

+ 1 - 0
iotix/patterns/footer.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Title: footer

+ 1 - 0
iotix/patterns/header-home.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Title: header-home

+ 1 - 0
iotix/patterns/header.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Title: header

+ 1 - 0
iotix/patterns/hidden-no-results-content.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Title: Hidden No Results Content

+ 1 - 0
iotix/patterns/home.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Title: home

+ 1 - 0
iotix/patterns/pricing-table.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Title: Pricing Table 

+ 1 - 0
iotix/patterns/search.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Title: search

+ 1 - 0
iotix/patterns/single.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Title: single

+ 1 - 0
iotix/patterns/startup.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Title: Startup 

+ 1 - 0
mymenu/patterns/404.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Title: 404

+ 1 - 0
mymenu/patterns/archive.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Title: archive

+ 1 - 0
mymenu/patterns/front-page.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Title: front-page

+ 1 - 0
mymenu/patterns/index.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Title: index

+ 1 - 0
mymenu/patterns/search.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Title: search

+ 1 - 0
specials/functions.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * MENU functions and definitions

+ 1 - 0
specials/patterns/404.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Title: 404

+ 1 - 0
specials/patterns/comments.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Title: Comments

+ 1 - 0
specials/patterns/footer.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Title: footer

+ 1 - 0
specials/patterns/gallery.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Title: Gallery

+ 1 - 0
specials/patterns/header.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Title: header

+ 1 - 0
specials/patterns/home.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Title: home

+ 1 - 0
specials/patterns/index.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Title: index

+ 1 - 0
specials/patterns/post-meta.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Title: post-meta

+ 1 - 0
specials/patterns/posts-list.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Title: Posts List

+ 1 - 0
stageplay/functions.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Stageplay functions and definitions

+ 1 - 0
stageplay/patterns/404.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Title: 404

+ 1 - 0
stageplay/patterns/comments.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Title: Comments

+ 1 - 0
stageplay/patterns/footer.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Title: footer

+ 1 - 0
stageplay/patterns/header.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Title: header

+ 1 - 0
stageplay/patterns/home.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Title: home

+ 1 - 0
stageplay/patterns/index.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Title: index

+ 1 - 0
stageplay/patterns/post-meta.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Title: post-meta

+ 1 - 0
stageplay/patterns/search.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Title: search